gnu: isc-dhcp: Support for the Hurd.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Remove net-tools, iproute on the Hurd.master
parent
2c7ea18925
commit
9ec263b415
|
@ -910,8 +910,9 @@ connection alive.")
|
||||||
("file" ,file)))
|
("file" ,file)))
|
||||||
|
|
||||||
(inputs `(("inetutils" ,inetutils)
|
(inputs `(("inetutils" ,inetutils)
|
||||||
("net-tools" ,net-tools)
|
,@(if (hurd-target?) '()
|
||||||
("iproute" ,iproute)
|
`(("net-tools" ,net-tools)
|
||||||
|
("iproute" ,iproute)))
|
||||||
|
|
||||||
;; isc-dhcp bundles a copy of BIND, which has proved vulnerable
|
;; isc-dhcp bundles a copy of BIND, which has proved vulnerable
|
||||||
;; in the past. Use a BIND-VERSION of our choosing instead.
|
;; in the past. Use a BIND-VERSION of our choosing instead.
|
||||||
|
|
Reference in New Issue