~ruther/guix-local

ce72ee328115a081a208f93bbc40c5c4a602d5c4 — Efraim Flashner 1 year, 1 month ago d1f91d1
gnu: gtk: Adjust tests on powerpc64le-linux.

* gnu/packages/gtk.scm (gtk)[arguments]: Adjust the 'patch phase when
building for powerpc64le-linux to skip some tests.

Change-Id: Ie6a3f04adebdedcd0aa3492ec846a1a7e6941ff4
1 files changed, 9 insertions(+), 0 deletions(-)

M gnu/packages/gtk.scm
M gnu/packages/gtk.scm => gnu/packages/gtk.scm +9 -0
@@ 1277,6 1277,15 @@ application suites.")
                        (substitute* "testsuite/css/parser/meson.build"
                          ((".*color-mix.*") "")))
                     #~())
              ;; libEGL warning: DRI3 error: Could not get DRI3 device
              ;; libEGL warning: Activate DRI3 at Xorg or build mesa with DRI2
              #$@(if (target-ppc64le?)
                     #~((substitute* "testsuite/gsk/meson.build"
                          (("'border-zero-width-color',") ""))
                        (substitute* "testsuite/css/parser/meson.build"
                          ((".*at-valid-17.*") "")
                          ((".*color-mix.*") "")))
                     #~())
              ;; XXX: These failures appear specific to i686 – investigate them.
              #$@(if (target-x86-32?)
                     #~((substitute* "testsuite/gsk/meson.build"