me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-glossaries-finnish.

* gnu/packages/tex.scm (texlive-glossaries-finnish): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:32 +02:00
parent 3fe9e461ed
commit f1cf05f69e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -83764,6 +83764,26 @@ package.")
@code{glossaries} package.")
(license license:lppl1.3+)))
(define-public texlive-glossaries-finnish
(package
(name "texlive-glossaries-finnish")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/glossaries-finnish/"
"source/latex/glossaries-finnish/"
"tex/latex/glossaries-finnish/")
(base32
"0mk4x897s1kw0hiiaxxji53b4fx60f0r3x0a5z3fg9fy2pnm4f91")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/glossaries-finnish")
(synopsis "Finnish language module for @code{glossaries} package")
(description
"This package provides a Finnish language module for @code{glossaries}
package.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar