mbakke pushed a commit to branch core-updates
in repository guix.

commit d65434fc3d7bfa8cce084f4f167e5de8e1a5d422
Author: Marius Bakke <[email protected]>
AuthorDate: Thu Sep 1 22:08:28 2022 +0200

    gnu: glade: Fix failing test.
    
    * gnu/packages/gnome.scm (glade3)[native-inputs]: Add ATK.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0fa67b405e..a0318b3737 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3235,7 +3235,8 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
           '())
       (list gtk+ libxml2)))
     (native-inputs
-     (list docbook-xml-4.2
+     (list atk                          ;for tests
+           docbook-xml-4.2
            docbook-xsl
            gettext-minimal
            `(,glib "bin")

Reply via email to