Added version 2.6.5 of libxml2
svn path=/nixpkgs/trunk/; revision=750
This commit is contained in:
15
pkgs/development/libraries/libxml2/libxml2-2.6.5.nix
Normal file
15
pkgs/development/libraries/libxml2/libxml2-2.6.5.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{stdenv, fetchurl, zlib}:
|
||||
|
||||
assert !isNull zlib;
|
||||
|
||||
derivation {
|
||||
name = "libxml2-2.6.5";
|
||||
system = stdenv.system;
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://rpmfind.net/pub/libxml/libxml2-2.6.5.tar.gz;
|
||||
md5 = "0ac5dd9902c9bf20f7bc50de1034d49f";
|
||||
};
|
||||
stdenv = stdenv;
|
||||
zlib = zlib;
|
||||
}
|
||||
Reference in New Issue
Block a user