me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-05-02 14:30:45 +03:00
parent b62c9fbdd3
commit 45c6abaef5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

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