gnu: texlive-bin: Fix building on powerpc-linux.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add phase on powerpc-linux to adjust the test suite.
This commit is contained in:
parent
7393764680
commit
3567b916d3
1 changed files with 9 additions and 0 deletions
|
@ -385,6 +385,15 @@ (define-public texlive-bin
|
|||
(("^\\./omfonts -ofm2opl \\$srcdir/tests/check tests/xcheck \\|\\| exit 1")
|
||||
"./omfonts -ofm2opl $srcdir/tests/check tests/xcheck || exit 77"))
|
||||
#t))
|
||||
,@(if (target-ppc32?)
|
||||
;; Some mendex tests fail on some architectures.
|
||||
`((add-after 'unpack 'skip-mendex-tests
|
||||
(lambda _
|
||||
(substitute* '("texk/mendexk/tests/mendex.test"
|
||||
"texk/upmendex/tests/upmendex.test")
|
||||
(("srcdir/tests/pprecA-0.ind pprecA-0.ind1 \\|\\| exit 1")
|
||||
"srcdir/tests/pprecA-0.ind pprecA-0.ind1 || exit 77")))))
|
||||
'())
|
||||
(add-after 'unpack 'unpack-texlive-extra
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(mkdir "texlive-extra")
|
||||
|
|
Loading…
Reference in a new issue