1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 11:40:30 +02:00

gnu: json-glib: Make 'bash-minimal' input unconditional.

* gnu/packages/gnome.scm (json-glib)[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:34 +02:00
committed by Mathieu Othacehe
parent 97cd9b73a6
commit 4acddaa659

View File

@@ -4645,10 +4645,7 @@ configuration storage systems.")
("pkg-config" ,pkg-config)
("xsltproc" ,libxslt)))
(inputs
;; TODO(core-updates): Make this input unconditional.
(if (%current-target-system)
`(("bash-minimal" ,bash-minimal))
'()))
`(("bash-minimal" ,bash-minimal)))
(propagated-inputs
`(("glib" ,glib))) ;according to json-glib-1.0.pc
(home-page "https://wiki.gnome.org/Projects/JsonGlib")