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
parent
b62c9fbdd3
commit
45c6abaef5
|
@ -194,7 +194,8 @@ endif()~%~%"
|
||||||
(("text-glyphs-vertical") "")
|
(("text-glyphs-vertical") "")
|
||||||
(("test-rtl-vertical") ""))))
|
(("test-rtl-vertical") ""))))
|
||||||
,@(if (or (target-aarch64?)
|
,@(if (or (target-aarch64?)
|
||||||
(target-ppc64le?))
|
(target-ppc64le?)
|
||||||
|
(target-riscv64?))
|
||||||
`((add-after 'unpack 'disable-more-tests
|
`((add-after 'unpack 'disable-more-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
;; https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035680690
|
;; https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035680690
|
||||||
|
|
Reference in New Issue