ngz pushed a commit to branch tex-team
in repository guix.
commit 0a086c87faf173d23c53d6bc6a723be89edbd52c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Jun 21 22:57:19 2024 +0200
gnu: texlive-metafont: Fix inputs.
* gnu/packages/tex.scm (texlive-metafont)[native-inputs]: Remove
TEXLIVE-BIN,
since it is a native inputs for any package using TEXLIVE-BUILD-SYSTEM.
Move
TEXLIVE-MODES to...
[propagated-inputs]: ... here. Add TEXLIVE-KPATHSEA.
[arguments]<#:phases>: Adapt to input change.
Change-Id: Icacb98031ee0d2e79b909c143701c7c434d0668d
---
gnu/packages/tex.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8ef8570279..dd7299dcd6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -49220,7 +49220,7 @@ adapt the plain e-TeX source file to work with XeTeX
and LuaTeX.")
(lambda _
(let* ((cwd (getcwd))
(mf (string-append cwd "/metafont"))
- (modes #$(this-package-native-input "texlive-modes")))
+ (modes #$(this-package-input "texlive-modes")))
(setenv "MFINPUTS"
(string-append
modes "/share/texmf-dist/fonts/source/public/modes:"
@@ -49238,8 +49238,7 @@ adapt the plain e-TeX source file to work with XeTeX
and LuaTeX.")
(install-file "mf.base"
(string-append #$output
"/share/texmf-dist/web2c"))))))))
- (native-inputs
- (list texlive-bin texlive-modes))
+ (propagated-inputs (list texlive-kpathsea texlive-modes))
(home-page "https://ctan.org/pkg/metafont")
(synopsis "Metafont base files")
(description "This package provides the Metafont base files needed to