7ec0df788f
* Adapted some more packages to use stdenv, "fixed" ld.so problems. * Added a package for libxslt. svn path=/nixpkgs/trunk/; revision=204
15 lines
420 B
Text
15 lines
420 B
Text
Package(
|
|
[ ("name", "libxslt-1.0.31")
|
|
|
|
, ("build", Relative("libxslt/libxslt-build.sh"))
|
|
, ("setenv", Relative("helpers/set-env.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://xmlsoft.org/libxslt-1.0.31.tar.gz")
|
|
, ("md5", "7dbc66a3db621d3f2a6fac4a91ff9af9")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("libxml", IncludeFix("libxml2/libxml2.fix"))
|
|
]
|
|
)
|