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
|
, freetype
|
||||||
, cups
|
, cups
|
||||||
, gawk
|
, gawk
|
||||||
|
, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip procps ant ];
|
buildInputs = [ unzip procps ant which ];
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
||||||
|
|
Loading…
Reference in New Issue