From 1c6441876f6207dc399aaac8babff698281fa022 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 24 Feb 2025 10:37:05 +0200 Subject: [PATCH] gnu: gtk: Adjust skipped tests on aarch64-linux. * gnu/packages/gtk.scm (gtk)[arguments]: When building for aarch64-linux adjust the 'patch phase to skip some additional tests. Change-Id: I7ef2b51d35500ea4b3b0e47657ee32e0fa5cbbc2 --- gnu/packages/gtk.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 15b43da636..846103ff9e 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2015 Andy Wingo ;;; Copyright © 2015 David Hashe ;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus -;;; Copyright © 2016, 2017, 2020-2024 Efraim Flashner +;;; Copyright © 2016, 2017, 2020-2025 Efraim Flashner ;;; Copyright © 2016 Fabian Harfert ;;; Copyright © 2016 Kei Kebreau ;;; Copyright © 2016 Patrick Hetu @@ -1258,7 +1258,9 @@ application suites.") (("'outset_shadow_rounded_top',") "") (("'outset_shadow_simple',") "") (("'shadow-offset-clip',") "") - (("'shrink-rounded-border',") ""))) + (("'shrink-rounded-border',") "")) + (substitute* "testsuite/css/parser/meson.build" + ((".*color-mix.*") ""))) #~()) ;; XXX: These failures appear specific to i686 – investigate them. #$@(if (target-x86-32?)