me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-eucl-translation-bg.

* gnu/packages/tex.scm (texlive-pst-eucl-translation-bg): New variable.
Nicolas Goaziou 2023-08-14 15:15:25 +02:00
parent 5508bfa996
commit 0feaf474dd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -33865,6 +33865,24 @@ to build point using common transformations or intersections. The use of
coordinates is limited to points which controlled the figure.")
(license license:lppl)))
(define-public texlive-pst-eucl-translation-bg
(package
(name "texlive-pst-eucl-translation-bg")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pst-eucl-translation-bg/")
(base32
"06c9ajnfl01sl81z5r8a5lzmaygq9rdmgym2v40y7xp7z033gwwv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-eucl-translation-bg")
(synopsis "Bulgarian translation of the @code{pst-eucl} documentation")
(description
"The package provides the @code{pst-eucl} package documentation in
Bulgarian language.")
(license license:lppl)))
(define-public texlive-pst-exa
(package
(name "texlive-pst-exa")