mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape.
* gnu/packages/gtk.scm (at-spi2-atk) [propagated-inputs]: Replace at-spi2-core with at-spi2-core-minimal.
This commit is contained in:
parent
2971472e79
commit
781f475bba
1 changed files with 1 additions and 3 deletions
|
@ -859,9 +859,7 @@ (define-public at-spi2-atk
|
|||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||
(invoke "dbus-launch" "meson" "test"))))))
|
||||
(propagated-inputs
|
||||
;; TODO: Replace by at-spi2-core-minimal in the next staging window, or
|
||||
;; when Inkscape 0.92 is upgraded to 1.0 to avoid a cycle.
|
||||
`(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
|
||||
`(("at-spi2-core" ,at-spi2-core-minimal))) ; required by atk-bridge-2.0.pc
|
||||
(inputs
|
||||
`(("atk" ,atk)
|
||||
("glib" ,glib)))
|
||||
|
|
Loading…
Reference in a new issue