0de9e19de7
* Use zlib in libxml2. svn path=/nixpkgs/trunk/; revision=358
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
Package(
|
|
[ ("name", "libxml2-2.5.8")
|
|
, ("build", Relative("libxml2/libxml2-build.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://rpmfind.net/pub/libxml/libxml2-2.5.8.tar.gz")
|
|
, ("md5", "b2caf6efe9ff9c4d2c175fb0689bd20e")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("zlib", IncludeFix("zlib/zlib.fix"))
|
|
]
|
|
)
|