mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-fc.
* gnu/packages/tex.scm (texlive-fc): New variable.
This commit is contained in:
parent
fde0f3e261
commit
4fb3442f5b
1 changed files with 27 additions and 0 deletions
|
@ -11318,6 +11318,33 @@ (define-public texlive-expkv-bundle
|
||||||
allow a somewhat natural formulation.")
|
allow a somewhat natural formulation.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-fc
|
||||||
|
(package
|
||||||
|
(name "texlive-fc")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/fc/" "fonts/source/jknappen/fc/"
|
||||||
|
"fonts/tfm/jknappen/fc/" "tex/latex/fc/")
|
||||||
|
(base32
|
||||||
|
"0v0r8jcr1lv31mx613h76h13psj73g49p2a6dnd0nfbfharww3gr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
;; FIXME: Font metrics cannot be generated due to "bad pos"
|
||||||
|
;; errors with "fcitt" fonts.
|
||||||
|
(delete 'generate-font-metrics))))
|
||||||
|
(native-inputs (list texlive-metafont texlive-sauter))
|
||||||
|
(home-page "https://ctan.org/pkg/fc")
|
||||||
|
(synopsis "Fonts for African languages")
|
||||||
|
(description
|
||||||
|
"This package includes fonts for African languages. The fonts are
|
||||||
|
provided as Metafont source, in the familiar arrangement of lots of preamble
|
||||||
|
files and a modest set of glyph specifications.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public texlive-fenixpar
|
(define-public texlive-fenixpar
|
||||||
(package
|
(package
|
||||||
(name "texlive-fenixpar")
|
(name "texlive-fenixpar")
|
||||||
|
|
Loading…
Reference in a new issue