[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71773] [PATCH] gnu: gtk: Fix build on aarch64.
From: |
Timotej Lazar |
Subject: |
[bug#71773] [PATCH] gnu: gtk: Fix build on aarch64. |
Date: |
Tue, 25 Jun 2024 15:14:16 +0200 |
See <https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572>.
* gnu/packages/gtk.scm (gtk)[arguments]<#:configure-flags>: Rename failing
test suite to match upstream change.
Change-Id: Ibdf03a94e71f72283a093cba6d5a328004defa5c
---
I didn’t try rebuilding all dependents but this should be harmless.
Thanks!
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: 78d946b01162fbe986c6768800e8cfd6e70e67e5
--
2.45.1
- [bug#71773] [PATCH] gnu: gtk: Fix build on aarch64.,
Timotej Lazar <=