Archived
1
0
Fork 0

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:
Maxime Devos 2021-10-01 16:21:25 +02:00 committed by Mathieu Othacehe
parent 2f817ab6ab
commit d8ff47a75e
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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)