nixpkgs/pkgs/libxslt/libxslt.fix
Eelco Dolstra 23154d034f * Get rid of all `-S' flags (to remove debug info); this is now the default.
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually 
  baseenv.fix).

svn path=/nixpkgs/trunk/; revision=316
2003-08-18 19:52:54 +00:00

15 lines
373 B
Plaintext

Package(
[ ("name", "libxslt-1.0.31")
, ("build", Relative("libxslt/libxslt-build.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"))
]
)