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 @@ (define-public texlivebin "--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