openjdk: Add zip to buildInputs

svn path=/nixpkgs/trunk/; revision=28067
This commit is contained in:
Shea Levy 2011-08-01 01:13:19 +00:00
parent 2731048017
commit 482daa3afd

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
};
buildInputs = [ unzip procps ant which ];
buildInputs = [ unzip procps ant which zip ];
makeFlags = ''
MKDIR=${coreutils}/bin/mkdir \