deps for dhcp...

svn path=/nixpkgs/trunk/; revision=4079
This commit is contained in:
Armijn Hemel 2005-10-12 20:37:19 +00:00
parent 16bfb94736
commit 6795369618
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ rec {
}; };
dhcp = (import ../tools/networking/dhcp) { dhcp = (import ../tools/networking/dhcp) {
inherit fetchurl stdenv groff; inherit fetchurl stdenv groff nettools coreutils iputils gnused;
}; };
dhcpWrapper = (import ../tools/networking/dhcp-wrapper) { dhcpWrapper = (import ../tools/networking/dhcp-wrapper) {