mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-glossaries-nynorsk.
* gnu/packages/tex.scm (texlive-glossaries-nynorsk): New variable.
This commit is contained in:
parent
dced99e6d4
commit
5ea3050ab8
1 changed files with 19 additions and 0 deletions
|
@ -83883,6 +83883,25 @@ (define-public texlive-glossaries-magyar
|
|||
package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-glossaries-nynorsk
|
||||
(package
|
||||
(name "texlive-glossaries-nynorsk")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/glossaries-nynorsk/"
|
||||
"source/latex/glossaries-nynorsk/"
|
||||
"tex/latex/glossaries-nynorsk/")
|
||||
(base32
|
||||
"17491x9pa8phvh6drp5yf6j5dcagx6qiymdhy6gs5j1jhczhpx21")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/glossaries-nynorsk")
|
||||
(synopsis "Nynorsk language module for the glossaries package")
|
||||
(description
|
||||
"Norwegian Nynorsk language module for the 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