[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/81: gnu: texlive-kpathsea: Propagate the binaries.
From: |
guix-commits |
Subject: |
63/81: gnu: texlive-kpathsea: Propagate the binaries. |
Date: |
Tue, 18 Jun 2024 04:40:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit eaad652e92d0e0ced583d98f4efa420b6da307e3
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 f52e148ee9..d00744b0b0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -47850,6 +47850,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
@@ -65820,7 +65821,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
- 80/81: gnu: texlive-hyphen-complete: Fix locations., (continued)
- 80/81: gnu: texlive-hyphen-complete: Fix locations., guix-commits, 2024/06/18
- 49/81: gnu: Add texlive-detex-bin., guix-commits, 2024/06/18
- 47/81: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/18
- 50/81: gnu: Add texlive-dtl-bin., guix-commits, 2024/06/18
- 54/81: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/18
- 52/81: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/18
- 55/81: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/18
- 56/81: gnu: Add texlive-lcdftypetools-bin., guix-commits, 2024/06/18
- 62/81: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/18
- 61/81: gnu: texlive-texdoctk: Fix runtime error., guix-commits, 2024/06/18
- 63/81: gnu: texlive-kpathsea: Propagate the binaries.,
guix-commits <=
- 59/81: gnu: Add texlive-ps2eps-bin., guix-commits, 2024/06/18
- 57/81: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/18
- 68/81: gnu: texlive-ps2pk: Build binaries separately., guix-commits, 2024/06/18
- 65/81: gnu: Add texlive-luajittex-bin., guix-commits, 2024/06/18
- 66/81: gnu: Add texlive-mflua-bin., guix-commits, 2024/06/18
- 71/81: gnu: texlive-axodraw2: Build binary separately., guix-commits, 2024/06/18
- 73/81: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/18
- 74/81: gnu: texlive-docstrip: Remove it., guix-commits, 2024/06/18
- 72/81: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/18
- 81/81: guix: import texlive: Remove need for having "svn" binary in PATH., guix-commits, 2024/06/18