diff options
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files 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 <[email protected]> ;;; Copyright © 2015 David Hashe <[email protected]> ;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus <[email protected]> -;;; Copyright © 2016, 2017, 2020-2024 Efraim Flashner <[email protected]> +;;; Copyright © 2016, 2017, 2020-2025 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Fabian Harfert <[email protected]> ;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; Copyright © 2016 Patrick Hetu <[email protected]> @@ -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?) |