mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: texlive-ncctools: Refresh package definition.
* gnu/packages/tex.scm (texlive-ncctools): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
342800f747
commit
df2b6cd2b1
1 changed files with 18 additions and 21 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue