me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-glossaries-irish.

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

View File

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