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:
Martin Weinelt
2025-07-04 05:57:37 +02:00
parent 644eba86f2
commit 054ebe60c0
@@ -3,7 +3,6 @@
stdenv,
buildPackages,
runCommand,
nettools,
bc,
bison,
flex,
@@ -214,7 +213,6 @@ lib.makeOverridable (
flex
perl
bc
nettools
openssl
rsync
gmp