openjdk: add 'which' to buildInputs

svn path=/nixpkgs/trunk/; revision=28060
This commit is contained in:
Shea Levy 2011-08-01 01:12:19 +00:00
parent 82d11e742c
commit 75918e6537

View file

@ -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 \