mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: at-spi2-atk: Propagate input at-spi2-core.
* gnu/packages/gtk.scm (at-spi2-atk): Move at-spi2-core to 'propagated-inputs'. Move dbus to 'native-inputs'.
This commit is contained in:
parent
57fcd22415
commit
6967cc3f28
1 changed files with 6 additions and 5 deletions
|
@ -395,12 +395,13 @@ (define-public at-spi2-atk
|
||||||
;; Run test-suite under a dbus session.
|
;; Run test-suite under a dbus session.
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "dbus-launch" "make" "check")))))))
|
(zero? (system* "dbus-launch" "make" "check")))))))
|
||||||
(inputs `(("atk" ,atk)
|
(propagated-inputs
|
||||||
("at-spi2-core" ,at-spi2-core)
|
`(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
|
||||||
("dbus" ,dbus)
|
(inputs
|
||||||
("glib" ,glib)))
|
`(("atk" ,atk)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("dbus" ,dbus) ; for testing
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Assistive Technology Service Provider Interface, ATK bindings")
|
(synopsis "Assistive Technology Service Provider Interface, ATK bindings")
|
||||||
(description
|
(description
|
||||||
"The Assistive Technology Service Provider Interface
|
"The Assistive Technology Service Provider Interface
|
||||||
|
|
Loading…
Reference in a new issue