mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: lib2geom: Skip a test on ppc64le
* gnu/packages/graphics.scm (lib2geom)[arguments]: When building for ppc64le-linux add a phase to skip a test known to fail upstream. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
db1a1dc0b2
commit
516c63ef8c
1 changed files with 2 additions and 1 deletions
|
@ -964,7 +964,8 @@ (define-public lib2geom
|
|||
(("self-intersections-test") ""))))))
|
||||
;; See https://gitlab.com/inkscape/lib2geom/-/issues/63
|
||||
((or (target-aarch64?)
|
||||
(target-riscv64?))
|
||||
(target-riscv64?)
|
||||
(target-ppc64le?))
|
||||
#~((add-after 'unpack 'fix-aarch64-faulty-test
|
||||
(lambda _
|
||||
(substitute* "tests/CMakeLists.txt"
|
||||
|
|
Loading…
Reference in a new issue