ngz pushed a commit to branch master
in repository guix.
commit 24719c56142bd4c1086e2d9aa5249fcf6629b062
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:04:22 2023 +0200
gnu: Add texlive-lcyw.
* gnu/packages/tex.scm (texlive-lcyw): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0d0c29ef31..0e50325e06 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12684,6 +12684,25 @@ test file that is intended to be sent to the LaTeX bug
database as part of
a bug report.")
(license license:lppl1.3c)))
+(define-public texlive-lcyw
+ (package
+ (name "texlive-lcyw")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lcyw/" "source/latex/lcyw/"
+ "tex/latex/lcyw/")
+ (base32
+ "1yijk9l2ls6sq45ifx6m9d7xxk0ysrnn1y3fjz8wxwgwxp88x9fh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lcyw")
+ (synopsis "Make classic Cyrillic CM fonts accessible in LaTeX")
+ (description
+ "The package makes the classic CM Cyrillic fonts accessible for use with
+LaTeX.")
+ (license license:lppl1.3+)))
+
(define-public texlive-luafindfont
(package
(name "texlive-luafindfont")