mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
7ec0df788f
* Adapted some more packages to use stdenv, "fixed" ld.so problems. * Added a package for libxslt. svn path=/nixpkgs/trunk/; revision=204
16 lines
420 B
Plaintext
16 lines
420 B
Plaintext
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"))
|
|
]
|
|
)
|