3372b3f8fd
svn path=/nixpkgs/trunk/; revision=209
17 lines
509 B
Text
17 lines
509 B
Text
Package(
|
|
[ ("name", "httpd-2.0.47")
|
|
|
|
, ("build", Relative("httpd/httpd-build.sh"))
|
|
, ("setenv", Relative("helpers/set-env.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"))
|
|
]
|
|
)
|