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)))
|
("file" ,file)))
|
||||||
|
|
||||||
(inputs `(("inetutils" ,inetutils)
|
(inputs `(("inetutils" ,inetutils)
|
||||||
;; TODO(core-updates): simply make this unconditional
|
("bash" ,bash-minimal)
|
||||||
,@(if (%current-target-system)
|
|
||||||
;; for wrap-program
|
|
||||||
`(("bash" ,bash-minimal))
|
|
||||||
'())
|
|
||||||
,@(if (hurd-target?) '()
|
,@(if (hurd-target?) '()
|
||||||
`(("net-tools" ,net-tools)
|
`(("net-tools" ,net-tools)
|
||||||
("iproute" ,iproute)))
|
("iproute" ,iproute)))
|
||||||
|
|
Reference in New Issue