summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2024-06-25 15:14:16 +0200
committerGuix Patches Tester <>2024-06-25 15:29:10 +0200
commit2599fcb406a42855eac8accebd5dd2ec559880cc (patch)
treefa3f7571b5a16942e0c8e38abaa23c5e7b592c55
parent78d946b01162fbe986c6768800e8cfd6e70e67e5 (diff)
downloadguix-patches-issue-71773.tar
guix-patches-issue-71773.tar.gz
gnu: gtk: Fix build on aarch64.issue-71773
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
-rw-r--r--gnu/packages/gtk.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ 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