openjdk: Add ant to buildInputs

svn path=/nixpkgs/trunk/; revision=28044
This commit is contained in:
Shea Levy 2011-08-01 01:10:08 +00:00
parent 17c2fb730e
commit 52582a9b45

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, unzip, procps, coreutils, gnugrep, gnused, alsaLib}:
{stdenv, fetchurl, unzip, procps, coreutils, gnugrep, gnused, alsaLib, ant}:
stdenv.mkDerivation rec {
name = "openjdk-7b127";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
};
buildInputs = [ unzip procps ];
buildInputs = [ unzip procps ant ];
postUnpack = ''
substituteInPlace openjdk/jdk/make/common/shared/Defs-utils.gmk \