1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02:00

gnu: isc-dhcp: Support for the Hurd.

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Remove net-tools,
iproute on the Hurd.
This commit is contained in:
Jan Nieuwenhuizen
2020-03-07 11:51:39 -05:00
parent 2c7ea18925
commit 9ec263b415

View File

@@ -910,8 +910,9 @@ connection alive.")
("file" ,file)))
(inputs `(("inetutils" ,inetutils)
("net-tools" ,net-tools)
("iproute" ,iproute)
,@(if (hurd-target?) '()
`(("net-tools" ,net-tools)
("iproute" ,iproute)))
;; isc-dhcp bundles a copy of BIND, which has proved vulnerable
;; in the past. Use a BIND-VERSION of our choosing instead.