From 45c6abaef5297b2bb76182eacb632739043a2cf3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 2 May 2023 14:30:45 +0300 Subject: [PATCH] gnu: inkscape: Skip some tests on riscv64-linux. * gnu/packages/inkscape.scm (inkscape)[arguments]: Use the custom 'disable-more-tests phase on riscv64-linux also. --- gnu/packages/inkscape.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 2840fd789b..aa2c6419a0 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -194,7 +194,8 @@ endif()~%~%" (("text-glyphs-vertical") "") (("test-rtl-vertical") "")))) ,@(if (or (target-aarch64?) - (target-ppc64le?)) + (target-ppc64le?) + (target-riscv64?)) `((add-after 'unpack 'disable-more-tests (lambda _ ;; https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035680690