[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:26 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c5de769f99454195aae2711c4ae686748e7efd90
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 3445f5803a..81d468b040 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13033,26 +13033,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
- 358/409: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 358/409: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 356/409: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/20
- 360/409: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/20
- 362/409: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 364/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 366/409: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 368/409: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 370/409: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 373/409: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 380/409: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 384/409: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 386/409: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 392/409: gnu: texlive-etex: Fix build., guix-commits, 2023/05/20
- 394/409: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/20
- 391/409: gnu: texlive-cm: Fix build., guix-commits, 2023/05/20
- 407/409: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/20
- 402/409: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/20
- 405/409: gnu: texlive-lh: Fix build., guix-commits, 2023/05/20