mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
openjdk: Add nettools to buildInputs
svn path=/nixpkgs/trunk/; revision=28078
This commit is contained in:
parent
29c72c4499
commit
cdc12ac64a
@ -16,6 +16,7 @@
|
||||
, findutils
|
||||
, glibc
|
||||
, binutils
|
||||
, nettools
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip procps ant which zip ];
|
||||
buildInputs = [ unzip procps ant which zip nettools ];
|
||||
|
||||
postUnpack = ''
|
||||
sed -i s@/usr/bin/test@${coreutils}/bin/test@ \
|
||||
|
Loading…
Reference in New Issue
Block a user