summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/texlive.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 535bda12a6..cb9c186608 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -186,13 +186,6 @@
"--disable-mfluajit")
'()))
- ;; Disable tests on some architectures to cope with a failure of
- ;; luajiterr.test.
- ;; XXX FIXME fix luajit properly on these architectures.
- #:tests? ,(let ((s (or (%current-target-system)
- (%current-system))))
- (not (string-prefix? "mips64" s)))
-
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-psutils-test