diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-05 00:49:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:13 -0500 |
commit | 781f475bbac4e73848f68cb9f420a7283ec17c16 (patch) | |
tree | 1681b81c5e059027d492fcc7422eae712a6ad35c /gnu/packages/gtk.scm | |
parent | 2971472e79b2aff214106de16b6f57e618510bdd (diff) | |
download | guix-781f475bbac4e73848f68cb9f420a7283ec17c16.tar.gz |
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.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index c38fd3e907..b67af8c051 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -859,9 +859,7 @@ is part of the GNOME accessibility project.") (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))) |