Archived
1
0
Fork 0

gnu: texlive-infwarerr: Refresh package definition.

* gnu/packages/tex.scm (texlive-infwarerr): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 23:46:54 +02:00
parent 92f820efca
commit f35acb911b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9618,30 +9618,26 @@ strings.")
(define-deprecated-package texlive-generic-gettitlestring texlive-gettitlestring) (define-deprecated-package texlive-generic-gettitlestring texlive-gettitlestring)
(define-public texlive-infwarerr (define-public texlive-infwarerr
(let ((template (simple-texlive-package (package
"texlive-infwarerr" (name "texlive-infwarerr")
(list "doc/latex/infwarerr/" (version (number->string %texlive-revision))
"source/latex/infwarerr/" (source (texlive-origin
"tex/generic/infwarerr/") name version
(base32 (list "doc/latex/infwarerr/"
"0lpcrpf3d6xfdp68ri22126x57mvmq5dpj9np68ph8p8lhvhqdjd")))) "source/latex/infwarerr/"
(package "tex/generic/infwarerr/")
(inherit template) (base32
(outputs '("out" "doc")) "0lpcrpf3d6xfdp68ri22126x57mvmq5dpj9np68ph8p8lhvhqdjd")))
(arguments (outputs '("out" "doc"))
(substitute-keyword-arguments (package-arguments template) (build-system texlive-build-system)
((#:tex-directory _ '()) (home-page "https://ctan.org/pkg/infwarerr")
"generic/infwarerr") (synopsis "Complete set of information/warning/error message macros")
((#:build-targets _ '()) (description
#~(list "infwarerr.dtx")))) "This package provides a complete set of macros for information, warning
(home-page "https://www.ctan.org/pkg/infwarerr") and error messages. Under LaTeX, the commands are wrappers for the
(synopsis "Information/warning/error macros") corresponding LaTeX commands; under Plain TeX they are available as complete
(description implementations.")
"This package provides a complete set of macros for information, (license license:lppl1.3+)))
warning and error messages. Under LaTeX, the commands are wrappers for
the corresponding LaTeX commands; under Plain TeX they are available as
complete implementations.")
(license license:lppl1.3c+))))
(define-deprecated-package texlive-generic-infwarerr texlive-infwarerr) (define-deprecated-package texlive-generic-infwarerr texlive-infwarerr)