gnu: texlive-collectbox: Refresh package definition.
* gnu/packages/tex.scm (texlive-collectbox): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
42b6162483
commit
51cb4f9837
1 changed files with 19 additions and 19 deletions
|
@ -11363,24 +11363,24 @@ DVI is output, store boxes behave the same as save boxes.")
|
||||||
(license license:lppl1.3))))
|
(license license:lppl1.3))))
|
||||||
|
|
||||||
(define-public texlive-collectbox
|
(define-public texlive-collectbox
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-collectbox"
|
(name "texlive-collectbox")
|
||||||
(list "/source/latex/collectbox/")
|
(version (number->string %texlive-revision))
|
||||||
(base32
|
(source (texlive-origin
|
||||||
"1k0bbphvr20k9hgpr3dv869h9ygxx3g8vjapkc63nq8i13crpsvz"))))
|
name version
|
||||||
(package
|
(list "doc/latex/collectbox/"
|
||||||
(inherit template)
|
"source/latex/collectbox/"
|
||||||
(arguments
|
"tex/latex/collectbox/")
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(base32
|
||||||
((#:tex-directory _ '())
|
"106k01lgnvikndk48r5ms9xj3gmynv2xy20090frr7sa3g9k42za")))
|
||||||
"latex/collectbox")
|
(outputs '("out" "doc"))
|
||||||
((#:build-targets _ '())
|
(build-system texlive-build-system)
|
||||||
''("collectbox.ins"))))
|
(native-inputs
|
||||||
(native-inputs
|
(list texlive-ydoc))
|
||||||
(list texlive-ydoc))
|
(home-page "https://ctan.org/pkg/collectbox")
|
||||||
(home-page "https://www.ctan.org/pkg/collectbox")
|
(synopsis "Collect and process macro arguments as boxes")
|
||||||
(synopsis "Collect and process macro arguments as boxes")
|
(description
|
||||||
(description "The package provides macros to collect and process a macro
|
"The package provides macros to collect and process a macro
|
||||||
argument (i.e., something which looks like a macro argument) as a horizontal
|
argument (i.e., something which looks like a macro argument) as a horizontal
|
||||||
box rather than as a real macro argument. The \"arguments\" are stored as if
|
box rather than as a real macro argument. The \"arguments\" are stored as if
|
||||||
they had been saved by @code{\\savebox} or by the @code{lrbox} environment.
|
they had been saved by @code{\\savebox} or by the @code{lrbox} environment.
|
||||||
|
@ -11389,7 +11389,7 @@ the user to have the beginning and end of a group in different macro
|
||||||
invocations, or to place them in the begin and end code of an environment.
|
invocations, or to place them in the begin and end code of an environment.
|
||||||
Arguments may contain verbatim material or other special use of characters.
|
Arguments may contain verbatim material or other special use of characters.
|
||||||
The macros were designed for use within other macros.")
|
The macros were designed for use within other macros.")
|
||||||
(license license:lppl1.3))))
|
(license license:lppl1.3)))
|
||||||
|
|
||||||
(define-public texlive-grfext
|
(define-public texlive-grfext
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
|
|
Reference in a new issue