diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-05-28 18:23:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:28 +0200 |
commit | c1ab21bff92be222dfc6cd64734d85af7f36b686 (patch) | |
tree | 1be930743c06232f609c1882185f7658a97cdc99 /gnu/packages/tex.scm | |
parent | 125085025b40c1426b9871814b54abdf3b9174c9 (diff) | |
download | guix-c1ab21bff92be222dfc6cd64734d85af7f36b686.tar guix-c1ab21bff92be222dfc6cd64734d85af7f36b686.tar.gz |
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
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ 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 @@ -65822,7 +65823,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 |