[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/70: gnu: texlive-kpathsea: Propagate the binaries.
From: |
guix-commits |
Subject: |
60/70: gnu: texlive-kpathsea: Propagate the binaries. |
Date: |
Sat, 1 Jun 2024 19:50:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 90a80bac81505eb6966d0739aec845e3469196c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 28 18:23:00 2024 +0200
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(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index acc0f36edb..7b698c3d19 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -47832,6 +47832,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
@@ -65795,7 +65796,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
- 41/70: gnu: Add texlive-makeindex-bin., (continued)
- 41/70: gnu: Add texlive-makeindex-bin., guix-commits, 2024/06/01
- 44/70: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/01
- 42/70: gnu: Add texlive-metapost-bin., guix-commits, 2024/06/01
- 45/70: gnu: Add texlive-chktex-bin., guix-commits, 2024/06/01
- 48/70: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/01
- 50/70: gnu: Add texlive-dviljk-bin., guix-commits, 2024/06/01
- 52/70: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/01
- 55/70: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/01
- 34/70: gnu: Add texlive-psutils-bin., guix-commits, 2024/06/01
- 56/70: gnu: Add texlive-ps2eps-bin., guix-commits, 2024/06/01
- 60/70: gnu: texlive-kpathsea: Propagate the binaries.,
guix-commits <=
- 63/70: gnu: texlive-dviout-util: Build binaries separately., guix-commits, 2024/06/01
- 67/70: gnu: texlive-axodraw2: Build binary separately., guix-commits, 2024/06/01
- 70/70: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/01
- 66/70: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/01
- 64/70: gnu: texlive-ps2pk: Build binaries separately., guix-commits, 2024/06/01