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
This commit is contained in:
Nicolas Goaziou 2024-05-28 18:23:00 +02:00 committed by Ludovic Courtès
parent 125085025b
commit c1ab21bff9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -47851,6 +47851,7 @@ (define-public texlive-kpathsea
(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
@ -65822,7 +65823,7 @@ (define-public texlive-collection-basic
(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