[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Fri, 2 Jun 2023 17:25:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 68448bf924bfdd01670068eb0c603d21c0fa66b6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:18:30 2023 +0200
gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-babel-finnish!): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9f23f8a9db..3cbefe652d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13026,26 +13026,25 @@ settings to typeset Dutch documents.")
(license license:lppl1.3c+)))
(define-public texlive-babel-finnish
- (let ((template (simple-texlive-package
- "texlive-babel-finnish"
- (list "/source/generic/babel-finnish/")
- (base32
- "1930zxk4l6k5q4wcbvpvijv4s0gxp2mkxvblczn4gcbar10vfd4x"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/babel-finnish")
- ((#:build-targets _ '())
- ''("finnish.ins"))))
- (home-page "https://www.ctan.org/pkg/babel-finnish")
- (synopsis "Babel support for Finnish")
- (description
- "This package provides the language definition file for support of
+ (package
+ (name "texlive-babel-finnish")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-finnish/"
+ "source/generic/babel-finnish/"
+ "tex/generic/babel-finnish/")
+ (base32
+ "1zwrbcqjwhy31mks31vlc4kxci67d5cfm53jaikaabkd8q6grq6i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-finnish")
+ (synopsis "Babel support for Finnish")
+ (description
+ "This package provides the language definition file for support of
Finnish in @code{babel}. It provides all the necessary macros, definitions and
settings to typeset Finnish documents.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-public texlive-babel-norsk
(package
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., (continued)
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/02
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/02
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/02
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/02
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/02
- 357/418: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/02
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/02
- 360/418: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/02
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 380/418: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 393/418: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/02
- 396/418: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/02
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/02
- 403/418: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/02
- 409/418: gnu: Add texlive-knuth-local., guix-commits, 2023/06/02
- 412/418: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/02
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/02
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/02
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/02