This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch tex-team
in repository guix.
The following commit(s) were added to refs/heads/tex-team by this push:
new 56a7834f01 gnu: texliveonfly: Fix inputs.
56a7834f01 is described below
commit 56a7834f01404f6abe6666a284f34324b6e71540
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Mar 8 20:23:20 2026 +0100
gnu: texliveonfly: Fix inputs.
* gnu/packages/tex.scm (texlive-texliveonfly)[inputs]: Fix regression
introduced in f310e6d96e1.
Change-Id: I3d61bfd4f6333c2ec02360dbb19bdc9599cbfc6e
---
gnu/packages/tex.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 482fba7981..1fb90c0a90 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -59361,9 +59361,11 @@ some change in the source. The TeX invocation itself
need not change.")
(base32
"15nrgkh9wkaccbyd8jgcyw5xjjhqj3jyy3spbfd679fywq14l8c2"))))
(outputs '("out" "doc"))
+ (properties '((updater-extra-inputs "python-wrapper")
+ (updater-ignored-inputs "python")))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "texliveonfly.py")))
- (inputs (list python))
+ (inputs (list python-wrapper))
(home-page "https://ctan.org/pkg/texliveonfly")
(synopsis "On-the-fly download of missing TeX live packages")
(description