gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.

* gnu/packages/tex.scm (texlive-babel-norsk): New variable.
(texlive-generic-babel-norsk): Deprecate variable.
This commit is contained in:
Nicolas Goaziou 2023-05-14 21:32:37 +02:00
parent 3623832a32
commit fc8cd00953
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12135,27 +12135,29 @@ (define-public texlive-babel-finnish
settings to typeset Finnish documents.") settings to typeset Finnish documents.")
(license license:lppl1.3c+)))) (license license:lppl1.3c+))))
(define-public texlive-generic-babel-norsk (define-public texlive-babel-norsk
(package (package
(name "texlive-generic-babel-norsk") (name "texlive-babel-norsk")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (texlive-origin
(method svn-fetch) name version
(uri (texlive-ref "generic" "babel-norsk")) (list "doc/generic/babel-norsk/"
(file-name (string-append name "-" version "-checkout")) "source/generic/babel-norsk/"
(sha256 "tex/generic/babel-norsk/")
(base32 (base32
"1yf538l2isxgmab8jslxxx5fbdk4njf147n4raf5vyw3l4slxm6m")))) "1zsssgcdllhjk7r58k4rv8bh59nmj091syqj45chvp1i667ndryp")))
(outputs '("out" "doc"))
(build-system texlive-build-system) (build-system texlive-build-system)
(arguments '(#:tex-directory "generic/babel-norsk")) (home-page "https://ctan.org/pkg/babel-norsk")
(home-page "https://www.ctan.org/pkg/babel-norsk")
(synopsis "Babel support for Norwegian") (synopsis "Babel support for Norwegian")
(description (description
"The package provides the language definition file for support of "The package provides the language definition file for support of
Norwegian in @code{babel}. Some shortcuts are defined, as well as translations Norwegian in Babel. Some shortcuts are defined, as well as translations to
to Norsk of standard LaTeX names.") Norsk of standard LaTeX names.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-deprecated-package texlive-generic-babel-norsk texlive-babel-norsk)
(define-public texlive-babel-danish (define-public texlive-babel-danish
(let ((template (simple-texlive-package (let ((template (simple-texlive-package
"texlive-babel-danish" "texlive-babel-danish"