mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: at-spi2-core: Propagate inputs dbus and glib.
* gnu/packages/gtk.scm (at-spi2-core): Move dbus and glib to 'propagated-inputs'.
This commit is contained in:
parent
af10867745
commit
c6a552daea
1 changed files with 7 additions and 4 deletions
|
@ -350,9 +350,12 @@ (define-public at-spi2-core
|
|||
;; Run test-suite under a dbus session.
|
||||
(lambda _
|
||||
(zero? (system* "dbus-launch" "make" "check")))))))
|
||||
(inputs `(("dbus" ,dbus)
|
||||
("glib" ,glib)
|
||||
("libxi" ,libxi)
|
||||
(propagated-inputs
|
||||
;; atspi-2.pc refers to all these.
|
||||
`(("dbus" ,dbus)
|
||||
("glib" ,glib)))
|
||||
(inputs
|
||||
`(("libxi" ,libxi)
|
||||
("libxtst" ,libxtst)))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue