From 444a257bffe92af6cdc6c371f21a7a9cf2a11d98 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 8 Jan 2020 23:19:09 -0500 Subject: [PATCH 04/14] gnu: at-spi2-atk: Use at-spi2-core-minimal to break a cycle. This breaks a cycle between Inkscape 1.0 and gtk+. * gnu/packages/gtk.scm (at-spi2-atk)[propagated-inputs]: Replace at-spi2-core by its minimal variant. --- gnu/packages/gtk.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 822177afb1..930cbf11d3 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -691,7 +691,7 @@ is part of the GNOME accessibility project.") (setenv "DBUS_FATAL_WARNINGS" "0") (invoke "dbus-launch" "meson" "test")))))) (propagated-inputs - `(("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))) (native-inputs -- 2.26.2