Archived
1
0
Fork 0

gnu: Add texlive-babel-croatian.

* gnu/packages/tex.scm (texlive-babel-croatian): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 17:58:32 +02:00
parent 58028db67a
commit e3e2eaf29f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20212,6 +20212,26 @@ rules of its own; this package provides an appropriate selection of French and
British typographic rules.")
(license license:lppl1.3+)))
(define-public texlive-babel-croatian
(package
(name "texlive-babel-croatian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-croatian/"
"source/generic/babel-croatian/"
"tex/generic/babel-croatian/")
(base32
"1r3cccrc2i57sza8qc24hxm2p6igvhbkr8a6lnsrcrhbji2smi07")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-croatian")
(synopsis "Babel contributed support for Croatian")
(description
"The package establishes Croatian conventions in a document (or a subset
of the conventions, if Croatian is not the main language of the document).")
(license license:lppl1.3+)))
(define-public texlive-babel-english
(package
(name "texlive-babel-english")