[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/73: gnu: texlive-kpathsea: Propagate the binaries.
From: |
guix-commits |
Subject: |
60/73: gnu: texlive-kpathsea: Propagate the binaries. |
Date: |
Tue, 4 Jun 2024 16:40:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 00c85effc4e84c762886e189d73c820dd8021116
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 d4cd46d3a3..5adbb6f486 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -47829,6 +47829,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
@@ -65792,7 +65793,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
- 33/73: gnu: Add texlive-dvips-bin., (continued)
- 33/73: gnu: Add texlive-dvips-bin., guix-commits, 2024/06/04
- 36/73: gnu: Add texlive-xdvi-bin., guix-commits, 2024/06/04
- 37/73: gnu: Add texlive-tpic2pdftex-bin., guix-commits, 2024/06/04
- 38/73: gnu: Add texlive-ttfutils-bin., guix-commits, 2024/06/04
- 42/73: gnu: Add texlive-metapost-bin., guix-commits, 2024/06/04
- 45/73: gnu: Add texlive-chktex-bin., guix-commits, 2024/06/04
- 47/73: gnu: Add texlive-dtl-bin., guix-commits, 2024/06/04
- 52/73: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/04
- 50/73: gnu: Add texlive-dviljk-bin., guix-commits, 2024/06/04
- 49/73: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/04
- 60/73: gnu: texlive-kpathsea: Propagate the binaries.,
guix-commits <=
- 59/73: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/04
- 35/73: gnu: Add texlive-tex4ht-bin., guix-commits, 2024/06/04
- 40/73: gnu: Add texlive-gsftopk-bin., guix-commits, 2024/06/04
- 70/73: gnu: texlive importer: Propagate binaries when necessary., guix-commits, 2024/06/04
- 51/73: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/04
- 62/73: gnu: Add texlive-luajittex-bin., guix-commits, 2024/06/04
- 69/73: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/04
- 21/73: gnu: Add texlive-dvipdfmx-bin., guix-commits, 2024/06/04
- 55/73: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/04
- 57/73: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/04