[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Wed, 14 Jun 2023 05:23:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 59089bf305c074d29bbe5a323edd23a543512f6c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:20:20 2023 +0200
gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-babel-polish!): 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 4aa3a1ce12..159117f9b5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13061,26 +13061,25 @@ settings to typeset Danish documents.")
(license license:lppl1.3c+)))
(define-public texlive-babel-polish
- (let ((template (simple-texlive-package
- "texlive-babel-polish"
- (list "/source/generic/babel-polish/")
- (base32
- "1jymxl98mwxmq0yq90mhrr7bq7c613rh1rnhl7l3bih36af55rwr"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/babel-polish")
- ((#:build-targets _ '())
- ''("polish.ins"))))
- (home-page "https://www.ctan.org/pkg/babel-polish")
- (synopsis "Babel support for Polish")
- (description
- "This package provides the language definition file for support of
-Polish in @code{babel}. Some shortcuts are defined, as well as translations to
-Polish of standard ``LaTeX names''.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-babel-polish")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-polish/"
+ "source/generic/babel-polish/"
+ "tex/generic/babel-polish/")
+ (base32
+ "0an9csjd4jhz6civdldsrmz7l76hw8zfcgxdp55mj8f1rchsjylx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-polish")
+ (synopsis "Babel support for Polish")
+ (description
+ "This package provides the language definition file for support of Polish
+in @code{babel}. Some shortcuts are defined, as well as translations to
+Polish of standard LaTeX names.")
+ (license license:lppl1.3+)))
(define-public texlive-mdframed
(package
- 310/458: gnu: Add texlive-cmexb., (continued)
- 310/458: gnu: Add texlive-cmexb., guix-commits, 2023/06/14
- 290/458: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/14
- 299/458: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/14
- 324/458: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/14
- 321/458: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/14
- 322/458: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/14
- 330/458: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/14
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 352/458: gnu: Add texlive-manfnt., guix-commits, 2023/06/14
- 373/458: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 362/458: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 355/458: gnu: Add texlive-luatex., guix-commits, 2023/06/14
- 386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 397/458: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/14
- 393/458: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/14
- 356/458: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/14
- 410/458: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/14
- 406/458: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/14
- 394/458: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/14