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")))
|
||||
(delete 'check))))
|
||||
(inputs
|
||||
;; TODO(core-updates): Make this input unconditional.
|
||||
(if (%current-target-system)
|
||||
`(("bash-minimal" ,bash-minimal))
|
||||
'()))
|
||||
`(("bash-minimal" ,bash-minimal)))
|
||||
(propagated-inputs
|
||||
;; atspi-2.pc refers to all these.
|
||||
`(("dbus" ,dbus)
|
||||
|
|
Reference in a new issue