mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
* Apache depends on Perl.
svn path=/nixpkgs/trunk/; revision=349
This commit is contained in:
parent
6a70252255
commit
ff423a1129
|
@ -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
|
||||
|
|
|
@ -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"))
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue