[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: glade: Fix failing test.
From: |
guix-commits |
Subject: |
01/08: gnu: glade: Fix failing test. |
Date: |
Sun, 18 Sep 2022 07:00:06 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit d65434fc3d7bfa8cce084f4f167e5de8e1a5d422
Author: Marius Bakke <marius@gnu.org>
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")
- branch core-updates updated (5339cb1161 -> cbe461f2d4), guix-commits, 2022/09/18
- 01/08: gnu: glade: Fix failing test.,
guix-commits <=
- 03/08: gnu: ghc@8.4: Adjust test suite for Python 3.10., guix-commits, 2022/09/18
- 05/08: gnu: gnome-clocks: Add missing input., guix-commits, 2022/09/18
- 07/08: gnu: python-pytest-runner: Update to 6.0.0., guix-commits, 2022/09/18
- 02/08: gnu: fontforge@20190801: Fix build., guix-commits, 2022/09/18
- 04/08: gnu: python-matplotlib: Disable test that fails on Python 3.10., guix-commits, 2022/09/18
- 06/08: gnu: shepherd: Promote 0.9 to the default., guix-commits, 2022/09/18
- 08/08: gnu: xkeyboard-config: Update to 2.36., guix-commits, 2022/09/18