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

commit f30473eb355f165373144b2d9d3b7c6d5b98e320
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
AuthorDate: Tue May 28 18:23:00 2024 +0200

    gnu: texlive-kpathsea: Propagate the binaries.
    
    * gnu/packages/tex.scm (texlive-kpathsea)[propagated-inputs]: Add 
TEXLIVE-LIBKPATHSEA.
    * gnu/packages/tex.scm (texlive-collection-basic): Update comment about
    TEXLIVE-BIN, since GUIX_TEXMF is now specifed by TEXLIVE-KPATHSEA.
    
    Change-Id: I2a5a39d7980f835fa3cdb819c7fbade7e48802ce
---
 gnu/packages/tex.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f52e148ee9..d00744b0b0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -47850,6 +47850,7 @@ replacement for the @code{inputenc} package.")
                    (format #false "PATH=\"~{~a:~}$PATH\"; export PATH~%~a"
                            dirs m)))))))))
     (inputs (list sed gawk))
+    (propagated-inputs (list texlive-libkpathsea)) ;for the executables
     (home-page "https://ctan.org/pkg/kpathsea";)
     (synopsis "Files related to the path searching library for TeX")
     (description
@@ -65820,7 +65821,7 @@ The macros were designed for use within other macros.")
     (propagated-inputs
      (list texlive-amsfonts
            texlive-bibtex
-           texlive-bin                  ;set GUIX_TEXMF and engines
+           texlive-bin                  ;for the TeX engine
            texlive-cm
            texlive-colorprofiles
            texlive-dvipdfmx

Reply via email to