1
0
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:
Maxime Devos
2021-10-01 16:21:29 +02:00
committed by Mathieu Othacehe
parent c2f5510730
commit 9c96dfd43c

View File

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