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

commit 916393b0c89f8298b67827c4a5a122e93a497557
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Mar 9 22:43:20 2026 +0100

    gnu: texlive-innerscript: Fix build.
    
    * gnu/packages/tex.scm (texlive-innerscript): Generate runfiles only.
    
    Change-Id: I97c8776a5c472d78074f1c97cc93e2c9a0d78825
---
 gnu/packages/tex.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 03a16f5ddd..e68a6e0fdf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -74927,16 +74927,6 @@ interface to load the font for the XeTeX and LuaTeX 
engines.")
     (outputs '("out" "doc"))
     (properties '((updater-extra-native-inputs "texlive-local-tree")))
     (build-system texlive-build-system)
-    (arguments (list #:tex-format "lualatex"))
-    (native-inputs
-     (list (texlive-local-tree
-            (list texlive-booktabs
-                  texlive-etoolbox
-                  texlive-hypdoc
-                  texlive-infwarerr
-                  texlive-kvoptions
-                  texlive-microtype
-                  texlive-pdftexcmds))))
     (home-page "https://ctan.org/pkg/innerscript";)
     (synopsis "Modifies automatic mathematics spacing")
     (description

Reply via email to