gnu: isc-dhcp: Make an input unconditional.
* gnu/packages/admin.scm (isc-dhcp)[inputs]{bash}: Always include this input, even when compiling natively. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
9ca2f94b1b
commit
283bc45649
|
@ -1315,11 +1315,7 @@ connection alive.")
|
|||
("file" ,file)))
|
||||
|
||||
(inputs `(("inetutils" ,inetutils)
|
||||
;; TODO(core-updates): simply make this unconditional
|
||||
,@(if (%current-target-system)
|
||||
;; for wrap-program
|
||||
`(("bash" ,bash-minimal))
|
||||
'())
|
||||
("bash" ,bash-minimal)
|
||||
,@(if (hurd-target?) '()
|
||||
`(("net-tools" ,net-tools)
|
||||
("iproute" ,iproute)))
|
||||
|
|
Reference in New Issue