openjdk: Add nettools to buildInputs

svn path=/nixpkgs/trunk/; revision=28078
This commit is contained in:
Shea Levy 2011-08-01 01:14:49 +00:00
parent 29c72c4499
commit cdc12ac64a

View File

@ -16,6 +16,7 @@
, findutils , findutils
, glibc , glibc
, binutils , binutils
, nettools
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs"; sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
}; };
buildInputs = [ unzip procps ant which zip ]; buildInputs = [ unzip procps ant which zip nettools ];
postUnpack = '' postUnpack = ''
sed -i s@/usr/bin/test@${coreutils}/bin/test@ \ sed -i s@/usr/bin/test@${coreutils}/bin/test@ \