me
/
guix
Archived
1
0
Fork 0

gnu: texlive: Disable tests on mips64el.

* gnu/packages/texlive.scm (texlive): Disable tests on mips64el.
master
Mark H Weaver 2014-07-24 23:32:13 -04:00
parent aaf77acc1a
commit 2f4640e320
1 changed files with 5 additions and 0 deletions

View File

@ -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