me
/
guix
Archived
1
0
Fork 0

gnu: at-spi2-core: Add missing "bash-minimal" input.

* gnu/packages/gtk.scm
  (at-spi2-core)[inputs]: Add "bash-minimal" when cross-compiling.
master
Maxime Devos 2021-08-25 14:07:22 +02:00 committed by Mathieu Othacehe
parent b9ae6181df
commit 4823adb26b
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 5 additions and 0 deletions

View File

@ -781,6 +781,11 @@ scaled, composited, modified, saved, or rendered.")
(setenv "DBUS_FATAL_WARNINGS" "0") ;
(invoke "dbus-launch" "ninja" "test")))
(delete 'check))))
(inputs
;; TODO(core-updates): Make this input unconditional.
(if (%current-target-system)
`(("bash-minimal" ,bash-minimal))
'()))
(propagated-inputs
;; atspi-2.pc refers to all these.
`(("dbus" ,dbus)