gnu: texlive-storebox: Refresh package definition.
* gnu/packages/tex.scm (texlive-storebox): Remove SIMPLE-TEXLIVE-PACKAGE call.
parent
a1998bb56c
commit
2a9e104969
|
@ -11338,29 +11338,31 @@ mode where all pages use the odd page layout.")
|
||||||
(license license:lppl1.3)))
|
(license license:lppl1.3)))
|
||||||
|
|
||||||
(define-public texlive-storebox
|
(define-public texlive-storebox
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-storebox"
|
(name "texlive-storebox")
|
||||||
(list "/source/latex/storebox/")
|
(version (number->string %texlive-revision))
|
||||||
(base32
|
(source (texlive-origin
|
||||||
"1ybpjfrria57fwvr9kriiw6y76ivwvsyb6ayp0bi750smsv8k5n1"))))
|
name version
|
||||||
(package
|
(list "doc/latex/storebox/" "source/latex/storebox/"
|
||||||
(inherit template)
|
"tex/latex/storebox/")
|
||||||
(arguments
|
(base32
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
"1vbjq9aq2kbncq1dn4rk7jspfb6kcxk66h49z0xz1qix5yg94gmx")))
|
||||||
((#:tex-directory _ '())
|
(outputs '("out" "doc"))
|
||||||
"latex/storebox")
|
(build-system texlive-build-system)
|
||||||
((#:build-targets _ '())
|
(native-inputs
|
||||||
''("storebox.ins"))))
|
(list texlive-ydoc))
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
(list texlive-ydoc))
|
(list texlive-collectbox
|
||||||
(home-page "https://www.ctan.org/pkg/storebox")
|
texlive-iftex))
|
||||||
(synopsis "Storing information for reuse")
|
(home-page "https://ctan.org/pkg/storebox")
|
||||||
(description "The package provides \"store boxes\" whose user interface
|
(synopsis "Storing information for reuse")
|
||||||
matches that of normal LaTeX \"save boxes\", except that the content of a
|
(description
|
||||||
store box appears at most once in the output PDF file, however often it is
|
"The package provides store boxes whose user interface matches that of
|
||||||
used. The present version of the package supports pdfLaTeX and LuaLaTeX; when
|
normal LaTeX save boxes, except that the content of a store box appears at
|
||||||
DVI is output, store boxes behave the same as save boxes.")
|
most once in the output PDF file, however often it is used. The present
|
||||||
(license license:lppl1.3))))
|
version of the package supports pdfLaTeX and LuaLaTeX; when DVI is output,
|
||||||
|
store boxes behave the same as save boxes.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-collectbox
|
(define-public texlive-collectbox
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue