summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-14 21:32:37 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:11:06 +0200
commitfc8cd00953081b07d549cbdf0c90f0305a1c6934 (patch)
tree4179f1dcff7e957e7c42796d01c71f1442ffe398
parent3623832a328953c1382d9cd8c68aa18894afb452 (diff)
gnu: texlive-generic-babel-norsk -> texlive-babel-norsk.
* gnu/packages/tex.scm (texlive-babel-norsk): New variable. (texlive-generic-babel-norsk): Deprecate variable.
-rw-r--r--gnu/packages/tex.scm30
1 files changed, 16 insertions, 14 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2bf4f3225c..d069251a4d 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
settings to typeset Finnish documents.")
(license license:lppl1.3c+))))
-(define-public texlive-generic-babel-norsk
+(define-public texlive-babel-norsk
(package
- (name "texlive-generic-babel-norsk")
+ (name "texlive-babel-norsk")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "generic" "babel-norsk"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1yf538l2isxgmab8jslxxx5fbdk4njf147n4raf5vyw3l4slxm6m"))))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-norsk/"
+ "source/generic/babel-norsk/"
+ "tex/generic/babel-norsk/")
+ (base32
+ "1zsssgcdllhjk7r58k4rv8bh59nmj091syqj45chvp1i667ndryp")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "generic/babel-norsk"))
- (home-page "https://www.ctan.org/pkg/babel-norsk")
+ (home-page "https://ctan.org/pkg/babel-norsk")
(synopsis "Babel support for Norwegian")
(description
- "The package provides the language definition file for support of
-Norwegian in @code{babel}. Some shortcuts are defined, as well as translations
-to Norsk of standard “LaTeX names”.")
+ "The package provides the language definition file for support of
+Norwegian in Babel. Some shortcuts are defined, as well as translations to
+Norsk of standard LaTeX names.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-generic-babel-norsk texlive-babel-norsk)
+
(define-public texlive-babel-danish
(let ((template (simple-texlive-package
"texlive-babel-danish"