mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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 {
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user