gnu: Add texlive-glossaries-french.
* gnu/packages/tex.scm (texlive-glossaries-french): New variable.master
parent
f1cf05f69e
commit
0cba654e23
|
@ -83784,6 +83784,26 @@ package.")
|
||||||
package.")
|
package.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-glossaries-french
|
||||||
|
(package
|
||||||
|
(name "texlive-glossaries-french")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/glossaries-french/"
|
||||||
|
"source/latex/glossaries-french/"
|
||||||
|
"tex/latex/glossaries-french/")
|
||||||
|
(base32
|
||||||
|
"1q20vf43fbjbx3jq4w3d6jvk1z0rigdnl85bc6gwis7hxpj63ji9")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/glossaries-french")
|
||||||
|
(synopsis "French language module for @code{glossaries} package")
|
||||||
|
(description
|
||||||
|
"This package provides a French 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
|
||||||
|
|
Reference in New Issue