me
/
guix
Archived
1
0
Fork 0

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
Maxime Devos 2021-10-01 16:21:11 +02:00 committed by Mathieu Othacehe
parent 9ca2f94b1b
commit 283bc45649
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 5 deletions

View File

@ -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)))