[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
375/418: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
375/418: gnu: texlive-babel-czech: 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 9ff86e7af2155c2db9b776fb670d8635ff8d47b4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:16:58 2023 +0200
gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-babel-czech!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 39 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6baa2ba843..bb48518883 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12984,26 +12984,25 @@ the @code{fnlineno} package.")
(license license:lppl1.3a+)))
(define-public texlive-babel-czech
- (let ((template (simple-texlive-package
- "texlive-babel-czech"
- (list "/source/generic/babel-czech/")
- (base32
- "1274pzgdya7gkvxjmdm3v5rb7hc0sj6mqn9pd8y9418yx5449spg"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/babel-czech")
- ((#:build-targets _ '())
- ''("czech.ins"))))
- (home-page "https://www.ctan.org/pkg/babel-czech")
- (synopsis "Babel support for Czech")
- (description
- "This package provides the language definition file for support of
-Czech in @code{babel}. Some shortcuts are defined, as well as translations to
-Czech of standard ``LaTeX names''.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-babel-czech")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-czech/"
+ "source/generic/babel-czech/"
+ "tex/generic/babel-czech/")
+ (base32
+ "036817g9dv7m0m1576igwv4mjk8b41klkih44zzwjigdgdjpwbn9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-czech")
+ (synopsis "Babel support for Czech")
+ (description
+ "This package provides the language definition file for support of Czech
+in @code{babel}. Some shortcuts are defined, as well as translations to Czech
+of standard LaTeX names.")
+ (license license:lppl1.3+)))
(define-public texlive-babel-dutch
(let ((template (simple-texlive-package
- 355/418: gnu: Add texlive-luatex., (continued)
- 355/418: gnu: Add texlive-luatex., guix-commits, 2023/06/02
- 356/418: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/02
- 364/418: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 366/418: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 367/418: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 368/418: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 359/418: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 362/418: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 372/418: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 373/418: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 375/418: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 379/418: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 381/418: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 382/418: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 383/418: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 385/418: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 386/418: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 388/418: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/02
- 390/418: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/02
- 391/418: gnu: texlive-cm: Fix build., guix-commits, 2023/06/02
- 395/418: gnu: texlive-ec: Fix build., guix-commits, 2023/06/02