From 516c63ef8cd2f3e0b3b88cc4bc0b22918ffe22d5 Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Fri, 27 Sep 2024 13:14:41 +0200 Subject: gnu: lib2geom: Skip a test on ppc64le MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/graphics.scm (lib2geom)[arguments]: When building for ppc64le-linux add a phase to skip a test known to fail upstream. Signed-off-by: Ludovic Courtès --- gnu/packages/graphics.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index f5e0ca7352..c12516383b 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -964,7 +964,8 @@ exception-handling library.") (("self-intersections-test") "")))))) ;; See https://gitlab.com/inkscape/lib2geom/-/issues/63 ((or (target-aarch64?) - (target-riscv64?)) + (target-riscv64?) + (target-ppc64le?)) #~((add-after 'unpack 'fix-aarch64-faulty-test (lambda _ (substitute* "tests/CMakeLists.txt" -- cgit v1.2.3