me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-go.

* gnu/packages/tex.scm (texlive-go): New variable.
Nicolas Goaziou 2023-08-17 15:09:22 +02:00
parent ba563ec84a
commit 584013f2ab
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -6917,6 +6917,27 @@ a possibility of optical centering and right-hanging alignment of lines broken
because of length.") because of length.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-go
(package
(name "texlive-go")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/go/" "fonts/source/public/go/"
"fonts/tfm/public/go/" "source/fonts/go/"
"tex/latex/go/")
(base32
"1cvxfz9m7fx62iiz00f7qlywrmwwnpk0xzlyv63c90ji9xzfawcv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/go")
(synopsis "Fonts and macros for typesetting go games")
(description
"The macros provide for nothing more complicated than the standard
19x19 board; the fonts are written in Metafont.")
(license license:public-domain)))
(define-public texlive-gost (define-public texlive-gost
(package (package
(name "texlive-gost") (name "texlive-gost")