ngz pushed a commit to branch tex-team
in repository guix.
commit 6680d8af5a7a549aecdb0f98429c9a947e88553f
Author: Nicolas Goaziou <[email protected]>
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 e19b5d9180..5434f6b04b 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"