gnu: at-spi2-core: Add missing "bash-minimal" input.
* gnu/packages/gtk.scm (at-spi2-core)[inputs]: Add "bash-minimal" when cross-compiling.
This commit is contained in:
parent
b9ae6181df
commit
4823adb26b
1 changed files with 5 additions and 0 deletions
|
@ -781,6 +781,11 @@ (define-public at-spi2-core
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0") ;
|
(setenv "DBUS_FATAL_WARNINGS" "0") ;
|
||||||
(invoke "dbus-launch" "ninja" "test")))
|
(invoke "dbus-launch" "ninja" "test")))
|
||||||
(delete 'check))))
|
(delete 'check))))
|
||||||
|
(inputs
|
||||||
|
;; TODO(core-updates): Make this input unconditional.
|
||||||
|
(if (%current-target-system)
|
||||||
|
`(("bash-minimal" ,bash-minimal))
|
||||||
|
'()))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; atspi-2.pc refers to all these.
|
;; atspi-2.pc refers to all these.
|
||||||
`(("dbus" ,dbus)
|
`(("dbus" ,dbus)
|
||||||
|
|
Loading…
Reference in a new issue