mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
openjdk: add 'which' to buildInputs
svn path=/nixpkgs/trunk/; revision=28060
This commit is contained in:
parent
82d11e742c
commit
75918e6537
|
@ -11,6 +11,7 @@
|
|||
, freetype
|
||||
, cups
|
||||
, gawk
|
||||
, which
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip procps ant ];
|
||||
buildInputs = [ unzip procps ant which ];
|
||||
|
||||
postUnpack = ''
|
||||
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
||||
|
|
Loading…
Reference in a new issue