[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/71: gnu: texlive-kpathsea: Propagate the binaries.
From: |
guix-commits |
Subject: |
60/71: gnu: texlive-kpathsea: Propagate the binaries. |
Date: |
Sun, 2 Jun 2024 06:22:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit a07117abcb32b7c5947ab7497c15c9bf0d1b64c4
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 461cf2ac18..3f4c59695c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -47828,6 +47828,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
@@ -65791,7 +65792,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
- 45/71: gnu: Add texlive-chktex-bin., (continued)
- 45/71: gnu: Add texlive-chktex-bin., guix-commits, 2024/06/02
- 47/71: gnu: Add texlive-dtl-bin., guix-commits, 2024/06/02
- 48/71: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/02
- 51/71: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/02
- 68/71: gnu: texlive-axodraw2: Build binary separately., guix-commits, 2024/06/02
- 49/71: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/02
- 50/71: gnu: Add texlive-dviljk-bin., guix-commits, 2024/06/02
- 54/71: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/02
- 63/71: gnu: Add texlive-mflua-bin., guix-commits, 2024/06/02
- 52/71: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/02
- 60/71: gnu: texlive-kpathsea: Propagate the binaries.,
guix-commits <=
- 59/71: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/02
- 64/71: gnu: texlive-dviout-util: Build binaries separately., guix-commits, 2024/06/02
- 55/71: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/02
- 66/71: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/02
- 71/71: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/02
- 57/71: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/02
- 70/71: gnu: texlive importer: Propagate binaries when necessary., guix-commits, 2024/06/02
- 62/71: gnu: Add texlive-luajittex-bin., guix-commits, 2024/06/02
- 53/71: gnu: Add texlive-lcdftypetools-bin., guix-commits, 2024/06/02
- 61/71: gnu: Add texlive-xml2pmx-bin., guix-commits, 2024/06/02