openjdk: Add ant to buildInputs
svn path=/nixpkgs/trunk/; revision=28044
This commit is contained in:
parent
17c2fb730e
commit
52582a9b45
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, unzip, procps, coreutils, gnugrep, gnused, alsaLib}:
|
{stdenv, fetchurl, unzip, procps, coreutils, gnugrep, gnused, alsaLib, ant}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openjdk-7b127";
|
name = "openjdk-7b127";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip procps ];
|
buildInputs = [ unzip procps ant ];
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user