nixpkgs/pkgs/httpd/httpd.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

17 lines
462 B
Plaintext

Package(
[ ("name", "httpd-2.0.47")
, ("build", Relative("httpd/httpd-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://apache.cs.uu.nl/dist/httpd/httpd-2.0.47.tar.gz")
, ("md5", "63f16638c18b140b649fab32b54d7f9c")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("ssl", IncludeFix("openssl/openssl.fix"))
, ("db4", IncludeFix("db4/db4.fix"))
, ("expat", IncludeFix("expat/expat.fix"))
]
)