summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-02-24 10:37:05 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-03-02 20:31:49 +0100
commit1c6441876f6207dc399aaac8babff698281fa022 (patch)
tree0f5458c03c172a0dc424417bdf2325aac53d144a /gnu/packages
parent174d98e2a6baffb2c03c6d52788afddf21a09f24 (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gtk.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 15b43da636a..846103ff9e6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2016, 2017, 2020-2024 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2020-2025 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 Patrick Hetu <patrick.hetu@auf.org>
@@ -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?)