Unverified Commit 054ebe60 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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
parent 644eba86
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  stdenv,
  buildPackages,
  runCommand,
  nettools,
  bc,
  bison,
  flex,
@@ -214,7 +213,6 @@ lib.makeOverridable (
            flex
            perl
            bc
            nettools
            openssl
            rsync
            gmp