mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: texlive-wasy: Fix build.
* gnu/packages/tex.scm (texlive-wasy)[native-inputs]: Add TEXLIVE-CM and TEXLIVE-METAFONT.
This commit is contained in:
parent
9c04dc79fd
commit
8aafda0abd
1 changed files with 1 additions and 0 deletions
|
@ -8339,6 +8339,7 @@ (define-public texlive-wasy
|
||||||
"1swzxgld3lndi5q0q6zkwbw06ndh13fvp04as7zpwyhh646s0hbx")))
|
"1swzxgld3lndi5q0q6zkwbw06ndh13fvp04as7zpwyhh646s0hbx")))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
|
(native-inputs (list texlive-cm texlive-metafont))
|
||||||
(home-page "https://ctan.org/pkg/wasy")
|
(home-page "https://ctan.org/pkg/wasy")
|
||||||
(synopsis "Waldi symbol fonts")
|
(synopsis "Waldi symbol fonts")
|
||||||
(description "This package provides the @code{wasy} (Waldi symbol) fonts,
|
(description "This package provides the @code{wasy} (Waldi symbol) fonts,
|
||||||
|
|
Loading…
Reference in a new issue