1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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.
This commit is contained in:
Efraim Flashner
2023-05-02 14:30:45 +03:00
parent b62c9fbdd3
commit 45c6abaef5

View File

@@ -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