me
/
guix
Archived
1
0
Fork 0

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.
Nicolas Goaziou 2023-08-21 14:29:31 +02:00
parent 15df7aaaf2
commit 6d13afcd7a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 8 deletions

View File

@ -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")