* Apache depends on Perl.

svn path=/nixpkgs/trunk/; revision=349
This commit is contained in:
Eelco Dolstra 2003-08-25 13:34:41 +00:00
parent 6a70252255
commit ff423a1129
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
envpkgs="$ssl $db4 $expat"
. $stdenv/setup || exit 1
export PATH=$perl/bin:$PATH
tar xvfz $src || exit 1
cd httpd-* || exit 1

View file

@ -12,5 +12,6 @@ Package(
, ("ssl", IncludeFix("openssl/openssl.fix"))
, ("db4", IncludeFix("db4/db4.fix"))
, ("expat", IncludeFix("expat/expat.fix"))
, ("perl", IncludeFix("perl/perl.fix"))
]
)