1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Efraim Flashner
2025-02-24 10:37:05 +02:00
committed by Liliana Marie Prikler
parent 174d98e2a6
commit 1c6441876f

View File

@@ -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?)