gnu: texlive: Drop special handling of mips64.

The architecture is effectively abandoned and cannot be tested any more.

* gnu/packages/texlive.scm (texlivebin)[arguments]: Remove check for mips64
when enabling tests.
This commit is contained in:
Andreas Enge 2023-08-17 14:05:51 +02:00
parent 4b6a82517e
commit 4385fbcde5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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