linux: drop dependency on nettools
This is not a required dependency per [1] and indeed building without it works just fine. [1] https://www.kernel.org/doc/html/latest/process/changes.html#current-minimal-requirements
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
stdenv,
|
||||
buildPackages,
|
||||
runCommand,
|
||||
nettools,
|
||||
bc,
|
||||
bison,
|
||||
flex,
|
||||
@@ -214,7 +213,6 @@ lib.makeOverridable (
|
||||
flex
|
||||
perl
|
||||
bc
|
||||
nettools
|
||||
openssl
|
||||
rsync
|
||||
gmp
|
||||
|
||||
Reference in New Issue
Block a user