gnu: texlive-ncctools: Refresh package definition.

* gnu/packages/tex.scm (texlive-ncctools): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 23:40:49 +02:00
parent 342800f747
commit df2b6cd2b1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9173,26 +9173,23 @@ (define-public texlive-ms
(define-deprecated-package texlive-latex-ms texlive-ms) (define-deprecated-package texlive-latex-ms texlive-ms)
(define-public texlive-ncctools (define-public texlive-ncctools
(let ((template (simple-texlive-package (package
"texlive-ncctools" (name "texlive-ncctools")
(list "doc/latex/ncctools/" (version (number->string %texlive-revision))
"source/latex/ncctools/" (source (texlive-origin
"tex/latex/ncctools/") name version
(base32 (list "doc/latex/ncctools/" "source/latex/ncctools/"
"1g3fpvrg6kx2ns97ih6iwdk0rcbxlv043x8rdppxdincl2lvbdx5")))) "tex/latex/ncctools/")
(package (base32
(inherit template) "1g3fpvrg6kx2ns97ih6iwdk0rcbxlv043x8rdppxdincl2lvbdx5")))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (build-system texlive-build-system)
(substitute-keyword-arguments (package-arguments template) (propagated-inputs
((#:tex-directory _ #t) "latex/ncctools") (list texlive-amsmath texlive-graphics))
((#:build-targets _ '()) '(list "ncctools.ins")))) (home-page "https://ctan.org/pkg/ncctools")
(propagated-inputs (synopsis "A collection of general packages for LaTeX")
(list texlive-amsmath texlive-graphics)) (description
(home-page "https://ctan.org/pkg/ncctools") "The NCCtools bundle contains many packages for general use under LaTeX;
(synopsis "Collection of general packages for LaTeX")
(description
"The NCCtools bundle contains many packages for general use under LaTeX;
many are also used by NCC LaTeX. The bundle includes tools for: many are also used by NCC LaTeX. The bundle includes tools for:
@itemize @itemize
@item executing commands after a package is loaded; @item executing commands after a package is loaded;
@ -9221,7 +9218,7 @@ (define-public texlive-ncctools
@item centered page layouts; @item centered page layouts;
@item un-numbered top-level section. @item un-numbered top-level section.
@end itemize") @end itemize")
(license license:lppl)))) (license license:lppl)))
(define-public texlive-numprint (define-public texlive-numprint
(let ((template (let ((template