Archived
1
0
Fork 0

gnu: Add texlive-babel-scottish.

* gnu/packages/tex.scm (texlive-babel-scottish): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:02:11 +02:00
parent 0dccfa4227
commit 0a7d23d9f1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20659,6 +20659,27 @@ shortcuts are defined, as well as translations to Norsk of standard LaTeX
names.")
(license license:lppl1.3+)))
(define-public texlive-babel-scottish
(package
(name "texlive-babel-scottish")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-scottish/"
"source/generic/babel-scottish/"
"tex/generic/babel-scottish/")
(base32
"0wnrahbjkqrgxr4ra2lpnj5yiygbd8pyivcndzax1r7x2ci0f805")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-scottish")
(synopsis "Babel support for Scottish Gaelic")
(description
"The package provides the language definition file for support of Gaidhlig
(Scottish Gaelic) in Babel. Some shortcuts are defined, as well as
translations of standard LaTeX names.")
(license license:lppl1.3+)))
(define-public texlive-babel-slovak
(package
(name "texlive-babel-slovak")