mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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:
parent
b62c9fbdd3
commit
45c6abaef5
1 changed files with 2 additions and 1 deletions
|
@ -194,7 +194,8 @@ (define-public inkscape/stable
|
|||
(("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
|
||||
|
|
Loading…
Reference in a new issue