me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bartel-chess-fonts.

* gnu/packages/tex.scm (texlive-bartel-chess-fonts): New variable.
Nicolas Goaziou 2023-08-17 15:06:36 +02:00
parent d5dab35866
commit 97f316d3de
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -2801,6 +2801,31 @@ and Metafont sources for fonts.")
of mathematical disciplines.")
(license license:lppl1.3+)))
(define-public texlive-bartel-chess-fonts
(package
(name "texlive-bartel-chess-fonts")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/bartel-chess-fonts/"
"fonts/source/public/bartel-chess-fonts/"
"fonts/tfm/public/bartel-chess-fonts/")
(base32
"1gg7g2gb5j0g0ig4190260zlpnyfmdzcqn7dsw5kp9p5pbn5hbhf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
;; FIXME: Font metrics generation fails with "! Strange path (turning
;; number is zero)." error.
(arguments
(list #:phases
#~(modify-phases %standard-phases
(delete 'generate-font-metrics))))
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/bartel-chess-fonts")
(synopsis "Set of fonts supporting chess diagrams")
(description "This package provides fonts supporting chess diagrams.")
(license license:gpl3+)))
(define-public texlive-basque-book
(package
(name "texlive-basque-book")