[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71982] [PATCH] gnu: gtk: Fix tests on aarch64
From: |
Doğan Çeçen |
Subject: |
[bug#71982] [PATCH] gnu: gtk: Fix tests on aarch64 |
Date: |
Sun, 7 Jul 2024 00:21:16 +0300 |
A previously excluded test suit got renamed.
See:
https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572382d1218292cc5d470813802
Change-Id: I06b3d84b0b047df08a148e7068b890aa114aad2d
---
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 56763cd835..5bd574120e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1183,7 +1183,7 @@ (define-public gtk
;; 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
base-commit: d11912ac254d1dd8f5d1f5d67c59d0f6d6b68006
--
2.45.2
- [bug#71982] [PATCH] gnu: gtk: Fix tests on aarch64,
Doğan Çeçen <=