ngz pushed a commit to branch master
in repository guix.
commit 0feaf474dddcf1fbd4a37e794b1a27123217d487
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:15:25 2023 +0200
gnu: Add texlive-pst-eucl-translation-bg.
* gnu/packages/tex.scm (texlive-pst-eucl-translation-bg): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7e4075f944..b680433006 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")