efraim pushed a commit to branch master
in repository guix.

commit 45c6abaef5297b2bb76182eacb632739043a2cf3
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue May 2 14:30:45 2023 +0300

    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

Reply via email to