mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: json-glib: Add missing 'bash-minimal' input.
* gnu/packages/gnome.scm (json-glib)[inputs]: Add "bash-minimal" when cross-compiling (for wrapper scripts).
This commit is contained in:
parent
8bf0c60086
commit
bb4293469b
1 changed files with 5 additions and 0 deletions
|
@ -4628,6 +4628,11 @@ (define-public json-glib
|
|||
("gtk-doc" ,gtk-doc)
|
||||
("pkg-config" ,pkg-config)
|
||||
("xsltproc" ,libxslt)))
|
||||
(inputs
|
||||
;; TODO(core-updates): Make this input unconditional.
|
||||
(if (%current-target-system)
|
||||
`(("bash-minimal" ,bash-minimal))
|
||||
'()))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib))) ;according to json-glib-1.0.pc
|
||||
(home-page "https://wiki.gnome.org/Projects/JsonGlib")
|
||||
|
|
Loading…
Reference in a new issue