From c1ab21bff92be222dfc6cd64734d85af7f36b686 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 28 May 2024 18:23:00 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4a91f34de9..94f4779b32 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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 -- cgit v1.2.3