gnu: texlive-cs: Fix build.
* gnu/packages/tex.scm (texlive-cs)[arguments]<#:phases>: Re-activate GENERATE-FONT-METRICS phase. [native-inputs]: Remove TEXLIVE-CM, add TEXLIVE-SAUTER.
parent
15df7aaaf2
commit
6d13afcd7a
|
@ -41926,14 +41926,7 @@ with the XeTeX engine.")
|
|||
(base32
|
||||
"0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3")))
|
||||
(build-system texlive-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
;; FIXME: The phase fails for multiple font files with error: "cannot
|
||||
;; find cmb12".
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'generate-font-metrics))))
|
||||
(native-inputs (list texlive-cm texlive-metafont))
|
||||
(native-inputs (list texlive-metafont texlive-sauter))
|
||||
(propagated-inputs (list texlive-cmexb))
|
||||
(home-page "https://ctan.org/pkg/csfonts")
|
||||
(synopsis "Czech/Slovak-tuned Computer Modern fonts")
|
||||
|
|
Reference in New Issue