nixpkgs/pkgs/libxslt/libxslt.fix

16 lines
420 B
Plaintext
Raw Normal View History

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"))
]
)