mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
125085025b
commit
c1ab21bff9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue