forked from mirrors/nixpkgs
deps for dhcp...
svn path=/nixpkgs/trunk/; revision=4079
This commit is contained in:
parent
16bfb94736
commit
6795369618
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue