From 4385fbcde5791a5005178a70390ad671781a01f1 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 17 Aug 2023 14:05:51 +0200 Subject: [PATCH] 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. --- gnu/packages/texlive.scm | 7 ------- 1 file changed, 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 @@ (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