mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
faa3d54236
commit
59edff9649
1 changed files with 2 additions and 3 deletions
|
@ -49220,7 +49220,7 @@ (define-public texlive-metafont
|
|||
(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 @@ (define-public texlive-metafont
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue