gnu: texlive: Disable tests on mips64el.
* gnu/packages/texlive.scm (texlive): Disable tests on mips64el.
This commit is contained in:
parent
aaf77acc1a
commit
2f4640e320
@ -115,6 +115,11 @@
|
||||
"--with-system-xpdf"
|
||||
"--with-system-zlib"
|
||||
"--with-system-zziplib")
|
||||
|
||||
;; Disable tests on mips64 to cope with a failure of luajiterr.test.
|
||||
;; XXX FIXME fix luajit properly on mips64.
|
||||
#:tests? ,(not (equal? "mips64el-linux" (or (%current-target-system)
|
||||
(%current-system))))
|
||||
#:phases
|
||||
(alist-cons-after
|
||||
'install 'postinst
|
||||
|
Loading…
Reference in New Issue
Block a user