diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index fef06a96231..b12da2aaef4 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -197,7 +197,7 @@ rec { }; dhcp = (import ../tools/networking/dhcp) { - inherit fetchurl stdenv groff; + inherit fetchurl stdenv groff nettools coreutils iputils gnused; }; dhcpWrapper = (import ../tools/networking/dhcp-wrapper) {