summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-02-28 12:01:39 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-02-28 12:01:39 +0000
commitaf47bb13a5f3f4401c4dad05c4aa1d4086238bb5 (patch)
treeddf493e853ff36aa5feb7b50919cc0987454181f /pkgs/system/all-packages-generic.nix
parent49d220cc97b2e73d970147fab8f416b0d9f98d2f (diff)
downloadnixpkgs-af47bb13a5f3f4401c4dad05c4aa1d4086238bb5.tar
nixpkgs-af47bb13a5f3f4401c4dad05c4aa1d4086238bb5.tar.gz
nixpkgs-af47bb13a5f3f4401c4dad05c4aa1d4086238bb5.tar.bz2
nixpkgs-af47bb13a5f3f4401c4dad05c4aa1d4086238bb5.tar.lz
nixpkgs-af47bb13a5f3f4401c4dad05c4aa1d4086238bb5.tar.xz
nixpkgs-af47bb13a5f3f4401c4dad05c4aa1d4086238bb5.tar.zst
nixpkgs-af47bb13a5f3f4401c4dad05c4aa1d4086238bb5.zip
* Apache updated to 2.2.0.
* mod_python updated to 3.2.8, with a patch to get it to work with
  Apache 2.2.x.

svn path=/nixpkgs/trunk/; revision=4927
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 4a4f368e17b..d314dee781f 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1526,7 +1526,7 @@ rec {
   ### SERVERS
 
   apacheHttpd = (import ../servers/http/apache-httpd) {
-    inherit fetchurl stdenv perl openssl db4 expat;
+    inherit fetchurl stdenv perl openssl db4 expat zlib;
     sslSupport = true;
     db4Support = true;
   };