me
/
guix
Archived
1
0
Fork 0

gnu: isc-dhcp: Support for the Hurd.

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Remove net-tools,
iproute on the Hurd.
master
Jan Nieuwenhuizen 2020-03-07 11:51:39 -05:00
parent 2c7ea18925
commit 9ec263b415
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 2 deletions

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.