[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
236/418: gnu: texlive-firstaid: Refresh package definition.
From: |
guix-commits |
Subject: |
236/418: gnu: texlive-firstaid: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fa4a4fb475c80a3218c5e50ce2021881c506ce18
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:46:25 2023 +0200
gnu: texlive-firstaid: Refresh package definition.
* gnu/packages/tex.scm (texlive-firstaid): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 734ccc13b6..25116e95b2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5486,29 +5486,27 @@ corresponding italics: light, regular, medium, bold,
...")
license:silofl1.1))))
(define-public texlive-firstaid
- (let ((template (simple-texlive-package
- "texlive-firstaid"
- (list "/doc/latex/firstaid/"
- "/source/latex/firstaid/"
- "/tex/latex/firstaid/")
- (base32
- "1ahn47kz8a2qdmzdfdgjanf6h5bn8f2rzp1zvwgjpk1plcix8k90"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "tex/latex/firstaid")
- ((#:build-targets _ '()) '(list "firstaid.ins"))))
- (home-page "https://ctan.org/macros/latex/required/firstaid")
- (synopsis
- "First aid for external LaTeX files and packages that need updating")
- (description
- "This package contains some first aid for LaTeX packages or classes
-that require updates because of internal changes to the LaTeX kernel that are
-not yet reflected in the package's or class's code. The file
+ (package
+ (name "texlive-firstaid")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/firstaid/" "source/latex/firstaid/"
+ "tex/latex/firstaid/")
+ (base32
+ "1ahn47kz8a2qdmzdfdgjanf6h5bn8f2rzp1zvwgjpk1plcix8k90")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/firstaid")
+ (synopsis
+ "First aid for external LaTeX files and packages that need updating")
+ (description
+ "This package contains some first aid for LaTeX packages or classes that
+require updates because of internal changes to the LaTeX kernel that are not
+yet reflected in the package's or class's code. The file
@file{latex2e-first-aid-for-external-files.ltx} provided by this package is
meant to be loaded during format generation and not by the user.")
- (license license:lppl1.3c))))
+ (license license:lppl1.3c)))
(define-public texlive-ifplatform
(package
- 179/418: gnu: Add texlive-incgraph., (continued)
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/05/29
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/29
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/05/29
- 204/418: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/29
- 223/418: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/29
- 228/418: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/29
- 215/418: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/29
- 217/418: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/29
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/29
- 235/418: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/29
- 236/418: gnu: texlive-firstaid: Refresh package definition.,
guix-commits <=
- 232/418: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/29
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/29
- 243/418: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/29
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/29
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/29
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/29
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/29
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/29
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29