summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-05-19 15:18:45 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-05-19 15:18:45 +0200
commit1f98627a48534f08e666ca14d9ec35db66fa1068 (patch)
treeb8d75c875863242f9b7550b4145a4a3933808f6d
parentcb357c703e07beab24e830f7c56b3c53f5bae24d (diff)
gnu: texlive-kpathsea: Provide the executables.tex-team
* gnu/packages/tex.scm (texlive-kpathsea)[propagated-inputs]: Add TEXLIVE-LIBKPATHSEA. Change-Id: I488a8b4fe3dd81490bbd8ece4efa777668c75679
-rw-r--r--gnu/packages/tex.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 40be7c352c..f0f0dd1174 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -47238,6 +47238,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