diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 21:32:37 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:06 +0200 |
| commit | fc8cd00953081b07d549cbdf0c90f0305a1c6934 (patch) | |
| tree | 4179f1dcff7e957e7c42796d01c71f1442ffe398 /gnu | |
| parent | 3623832a328953c1382d9cd8c68aa18894afb452 (diff) | |
gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.
* gnu/packages/tex.scm (texlive-babel-norsk): New variable.
(texlive-generic-babel-norsk): Deprecate variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2bf4f3225c1..d069251a4de 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -12135,27 +12135,29 @@ Finnish in @code{babel}. It provides all the necessary macros, definitions and | |||
| 12135 | settings to typeset Finnish documents.") | 12135 | settings to typeset Finnish documents.") |
| 12136 | (license license:lppl1.3c+)))) | 12136 | (license license:lppl1.3c+)))) |
| 12137 | 12137 | ||
| 12138 | (define-public texlive-generic-babel-norsk | 12138 | (define-public texlive-babel-norsk |
| 12139 | (package | 12139 | (package |
| 12140 | (name "texlive-generic-babel-norsk") | 12140 | (name "texlive-babel-norsk") |
| 12141 | (version (number->string %texlive-revision)) | 12141 | (version (number->string %texlive-revision)) |
| 12142 | (source (origin | 12142 | (source (texlive-origin |
| 12143 | (method svn-fetch) | 12143 | name version |
| 12144 | (uri (texlive-ref "generic" "babel-norsk")) | 12144 | (list "doc/generic/babel-norsk/" |
| 12145 | (file-name (string-append name "-" version "-checkout")) | 12145 | "source/generic/babel-norsk/" |
| 12146 | (sha256 | 12146 | "tex/generic/babel-norsk/") |
| 12147 | (base32 | 12147 | (base32 |
| 12148 | "1yf538l2isxgmab8jslxxx5fbdk4njf147n4raf5vyw3l4slxm6m")))) | 12148 | "1zsssgcdllhjk7r58k4rv8bh59nmj091syqj45chvp1i667ndryp"))) |
| 12149 | (outputs '("out" "doc")) | ||
| 12149 | (build-system texlive-build-system) | 12150 | (build-system texlive-build-system) |
| 12150 | (arguments '(#:tex-directory "generic/babel-norsk")) | 12151 | (home-page "https://ctan.org/pkg/babel-norsk") |
| 12151 | (home-page "https://www.ctan.org/pkg/babel-norsk") | ||
| 12152 | (synopsis "Babel support for Norwegian") | 12152 | (synopsis "Babel support for Norwegian") |
| 12153 | (description | 12153 | (description |
| 12154 | "The package provides the language definition file for support of | 12154 | "The package provides the language definition file for support of |
| 12155 | Norwegian in @code{babel}. Some shortcuts are defined, as well as translations | 12155 | Norwegian in Babel. Some shortcuts are defined, as well as translations to |
| 12156 | to Norsk of standard “LaTeX names”.") | 12156 | Norsk of standard LaTeX names.") |
| 12157 | (license license:lppl1.3+))) | 12157 | (license license:lppl1.3+))) |
| 12158 | 12158 | ||
| 12159 | (define-deprecated-package texlive-generic-babel-norsk texlive-babel-norsk) | ||
| 12160 | |||
| 12159 | (define-public texlive-babel-danish | 12161 | (define-public texlive-babel-danish |
| 12160 | (let ((template (simple-texlive-package | 12162 | (let ((template (simple-texlive-package |
| 12161 | "texlive-babel-danish" | 12163 | "texlive-babel-danish" |
