mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 16:20:28 +02:00
gnu: avahi: Make 'bash-minimal' input unconditional.
* gnu/packages/avahi.scm (avahi)[inputs]{bash-minimal}:
Make it unconditional.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
committed by
Mathieu Othacehe
parent
c2f5510730
commit
9c96dfd43c
@@ -91,10 +91,7 @@
|
||||
(find-files (string-append #$output "/etc/avahi")))))))
|
||||
'())))
|
||||
(inputs
|
||||
;; TODO(core-updates): Make this input unconditional.
|
||||
`(,@(if (%current-target-system)
|
||||
`(("bash-minimal" ,bash-minimal))
|
||||
'())
|
||||
`(("bash-minimal" ,bash-minimal)
|
||||
("dbus" ,dbus)
|
||||
("expat" ,expat)
|
||||
("gdbm" ,gdbm)
|
||||
|
||||
Reference in New Issue
Block a user