summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2005-05-24 14:57:41 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2005-05-24 14:57:41 +0000
commite3a47a07edb585f09390450c5142643277357524 (patch)
treee8efb7d997962aaeb9584c127873d0931395bf49 /pkgs/system/all-packages-generic.nix
parent977f5183ddd7615b9f8ee5100dc3d4711c5cd24c (diff)
downloadnixpkgs-e3a47a07edb585f09390450c5142643277357524.tar
nixpkgs-e3a47a07edb585f09390450c5142643277357524.tar.gz
nixpkgs-e3a47a07edb585f09390450c5142643277357524.tar.bz2
nixpkgs-e3a47a07edb585f09390450c5142643277357524.tar.lz
nixpkgs-e3a47a07edb585f09390450c5142643277357524.tar.xz
nixpkgs-e3a47a07edb585f09390450c5142643277357524.tar.zst
nixpkgs-e3a47a07edb585f09390450c5142643277357524.zip
Upgrades of postgresql, jetty, and ant to the latest versions.
svn path=/nixpkgs/trunk/; revision=3122
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 43e36fe16dd..599b4b26edb 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -968,7 +968,7 @@ rec {
   };
 
   jetty = (import ../servers/http/jetty) {
-    inherit fetchurl stdenv;
+    inherit fetchurl stdenv unzip;
   };