ngz pushed a commit to branch tex-team
in repository guix.

commit a47a080900dd37d89b19fb01662a15ec57173d01
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
AuthorDate: Wed May 8 18:30:03 2024 +0200

    gnu: texlive-bin: Remove conditional tests on some architectures.
    
    * gnu/packages/tex.scm (texlive-bin)[arguments]<#:tests>: Enable tests on 
all
    supported architectures.
    
    Change-Id: Id23b84218d20d16de23dbe7e45a34463539a690c
---
 gnu/packages/tex.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 43c62bc0ca..1669135b1e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -658,15 +658,6 @@ and should be preferred to it whenever a package would 
otherwise depend on
                   (srfi srfi-26))
       #:out-of-source? #t
       #:parallel-tests? #f              ;bibtex8.test fails otherwise
-      ;; 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 (or (string-prefix? "aarch64" s)
-                          (string-prefix? "mips64" s)
-                          (string-prefix? "powerpc64le" s))))
       #:configure-flags
       #~(let ((kpathsea #$(this-package-input "texlive-libkpathsea")))
           (list "--with-banner-add=/GNU Guix"

Reply via email to