me
/
guix
Archived
1
0
Fork 0

gnu: texlive-firstaid: Refresh package definition.

* gnu/packages/tex.scm (texlive-firstaid): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-15 22:46:25 +02:00
parent 40f910d2fa
commit 8ef25d0a63
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 21 deletions

View File

@ -5478,29 +5478,27 @@ corresponding italics: light, regular, medium, bold, ...")
license:silofl1.1)))) license:silofl1.1))))
(define-public texlive-firstaid (define-public texlive-firstaid
(let ((template (simple-texlive-package (package
"texlive-firstaid" (name "texlive-firstaid")
(list "/doc/latex/firstaid/" (version (number->string %texlive-revision))
"/source/latex/firstaid/" (source (texlive-origin
"/tex/latex/firstaid/") name version
(base32 (list "doc/latex/firstaid/" "source/latex/firstaid/"
"1ahn47kz8a2qdmzdfdgjanf6h5bn8f2rzp1zvwgjpk1plcix8k90")))) "tex/latex/firstaid/")
(package (base32
(inherit template) "1ahn47kz8a2qdmzdfdgjanf6h5bn8f2rzp1zvwgjpk1plcix8k90")))
(arguments (outputs '("out" "doc"))
(substitute-keyword-arguments (package-arguments template) (build-system texlive-build-system)
((#:tex-directory _ #t) "tex/latex/firstaid") (home-page "https://ctan.org/pkg/firstaid")
((#:build-targets _ '()) '(list "firstaid.ins")))) (synopsis
(home-page "https://ctan.org/macros/latex/required/firstaid") "First aid for external LaTeX files and packages that need updating")
(synopsis (description
"First aid for external LaTeX files and packages that need updating") "This package contains some first aid for LaTeX packages or classes that
(description require updates because of internal changes to the LaTeX kernel that are not
"This package contains some first aid for LaTeX packages or classes yet reflected in the package's or class's code. The file
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 @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.") meant to be loaded during format generation and not by the user.")
(license license:lppl1.3c)))) (license license:lppl1.3c)))
(define-public texlive-ifplatform (define-public texlive-ifplatform
(package (package