[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch gnome-team updated: gnu: gtk: Update test suite name.
From: |
guix-commits |
Subject: |
branch gnome-team updated: gnu: gtk: Update test suite name. |
Date: |
Fri, 24 May 2024 09:59:44 -0400 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch gnome-team
in repository guix.
The following commit(s) were added to refs/heads/gnome-team by this push:
new 36e4999922 gnu: gtk: Update test suite name.
36e4999922 is described below
commit 36e49999227e4f621c211ed5f1a506a3046052df
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri May 24 14:58:08 2024 +0100
gnu: gtk: Update test suite name.
Following this change upstream:
https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572382d1218292cc5d470813802
* gnu/packages/gtk.scm (gtk)[arguments]: Change wayland_gles_failing to
wayland_gles2_failing.
Change-Id: I1eb919a2a041ced66e11467d6efffa6ad34002aa
---
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 d5777ae67b..3c654fc0ba 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1183,7 +1183,7 @@ application suites.")
;; also disabled these, see:
;;
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050075
"--no-suite=wayland_failing"
- "--no-suite=wayland_gles_failing")
+ "--no-suite=wayland_gles2_failing")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch gnome-team updated: gnu: gtk: Update test suite name.,
guix-commits <=