mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-glossaries-magyar.
* gnu/packages/tex.scm (texlive-glossaries-magyar): New variable.
This commit is contained in:
parent
c3df536691
commit
dced99e6d4
1 changed files with 20 additions and 0 deletions
|
@ -83863,6 +83863,26 @@ (define-public texlive-glossaries-italian
|
|||
package.")
|
||||
(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
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue