guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

106/203: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Ink


From: guix-commits
Subject: 106/203: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape.
Date: Wed, 3 Nov 2021 21:10:13 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit db5ec7e7009c4fe755efec396d6b24a3ea29860e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Oct 5 00:49:05 2021 -0400

    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.
---
 gnu/packages/gtk.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c38fd3e..b67af8c 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]