mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
openjdk: Add zip to buildInputs
svn path=/nixpkgs/trunk/; revision=28067
This commit is contained in:
parent
2731048017
commit
482daa3afd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user