mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: texlive-lh: Fix build.
* gnu/packages/tex.scm (texlive-lh)[native-inputs]: Add TEXLIVE-CM, TEXLIVE-METAFONT.
This commit is contained in:
parent
066d9e59cd
commit
79ba7e354d
1 changed files with 1 additions and 0 deletions
|
@ -8185,6 +8185,7 @@ (define-public texlive-lh
|
|||
"0cqwns4zy1847fn3dp8z3wbfpy4dl05cr065nk9k65fmp7wksnjk")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-cm texlive-ec texlive-metafont))
|
||||
(propagated-inputs (list texlive-ec))
|
||||
(home-page "https://ctan.org/pkg/lh")
|
||||
(synopsis "Cyrillic fonts that support LaTeX standard encodings")
|
||||
|
|
Loading…
Reference in a new issue