mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 20:28:08 +00:00
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 New Issue
Block a user