me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-glossaries-magyar.

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

View File

@ -83863,6 +83863,26 @@ package.")
package.") package.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-glossaries-magyar
(package
(name "texlive-glossaries-magyar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/glossaries-magyar/"
"source/latex/glossaries-magyar/"
"tex/latex/glossaries-magyar/")
(base32
"0lha8h8bl2wqw22jy7nznzh908pg4vwk3s4lsd7cnbpiv46c2g1i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/glossaries-magyar")
(synopsis "Magyar language module for @code{glossaries} package")
(description
"This package provides a Magyar 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