gnu: at-spi2-core: Make 'bash-minimal' input unconditional.
* gnu/packages/gtk.scm (at-spi2-core)[inputs]{bash-minimal}: Make it unconditional. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
2f817ab6ab
commit
d8ff47a75e
1 changed files with 1 additions and 4 deletions
|
@ -778,10 +778,7 @@ scaled, composited, modified, saved, or rendered.")
|
||||||
(invoke "dbus-launch" "ninja" "test")))
|
(invoke "dbus-launch" "ninja" "test")))
|
||||||
(delete 'check))))
|
(delete 'check))))
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO(core-updates): Make this input unconditional.
|
`(("bash-minimal" ,bash-minimal)))
|
||||||
(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)
|
||||||
|
|
Reference in a new issue