guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit bf35ad6952859dafcbc745ed4130389cec6ff1d4
Author: Greg Hogan <[email protected]>
AuthorDate: Tue Nov 18 16:00:18 2025 +0000
gnu: texlive-bin: Disable parallel tests.
* gnu/packages/tex.scm (texlive-bin)[arguments]<#:parallel-tests?>:
Unset.
Fixes #4287.
Change-Id: I26f96dbbcdfa2b5fc3b2a2b82b6de55882c3c4f6
---
gnu/packages/tex.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fd5b71ac39..1f24b0794e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -831,6 +831,7 @@ and should be preferred to it whenever a package would
otherwise depend on
(arguments
(list
#:out-of-source? #t
+ #:parallel-tests? #f
#:configure-flags
#~(let ((kpathsea #$(this-package-input "texlive-libkpathsea")))
(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"