gnu: texlive-oberdiek: Refresh package definition.
* gnu/packages/tex.scm (texlive-oberdiek): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
3de942e71e
commit
fbbb79acad
1 changed files with 25 additions and 31 deletions
|
@ -3941,24 +3941,18 @@ is compatible with pdfLaTeX, XeLaTeX, LaTeX+dvipdfm, and LaTeX+dvips+ps2pdf.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-oberdiek
|
(define-public texlive-oberdiek
|
||||||
(let ((template (simple-texlive-package
|
|
||||||
"texlive-oberdiek"
|
|
||||||
(list "bibtex/bib/oberdiek/"
|
|
||||||
"doc/latex/oberdiek/"
|
|
||||||
"source/latex/oberdiek/"
|
|
||||||
"tex/generic/oberdiek/"
|
|
||||||
"tex/latex/oberdiek/")
|
|
||||||
(base32
|
|
||||||
"00lp24fckawpy997j7zagsxv89jif40wgjq8fw502v06d225ikp3"))))
|
|
||||||
(package
|
(package
|
||||||
(inherit template)
|
(name "texlive-oberdiek")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bib/oberdiek/" "doc/latex/oberdiek/"
|
||||||
|
"source/latex/oberdiek/"
|
||||||
|
"tex/generic/oberdiek/" "tex/latex/oberdiek/")
|
||||||
|
(base32
|
||||||
|
"00lp24fckawpy997j7zagsxv89jif40wgjq8fw502v06d225ikp3")))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(build-system texlive-build-system)
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
|
||||||
((#:tex-directory _ '())
|
|
||||||
"latex/oberdiek")
|
|
||||||
((#:build-targets _ '())
|
|
||||||
#~(list "oberdiek.ins"))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-auxhook
|
(list texlive-auxhook
|
||||||
texlive-grfext
|
texlive-grfext
|
||||||
|
@ -3973,7 +3967,7 @@ is compatible with pdfLaTeX, XeLaTeX, LaTeX+dvipdfm, and LaTeX+dvips+ps2pdf.")
|
||||||
"The bundle comprises various LaTeX packages, providing among others:
|
"The bundle comprises various LaTeX packages, providing among others:
|
||||||
better accessibility support for PDF files; extensible chemists reaction
|
better accessibility support for PDF files; extensible chemists reaction
|
||||||
arrows; record information about document class(es) used; and many more.")
|
arrows; record information about document class(es) used; and many more.")
|
||||||
(license license:lppl1.3+))))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-oberdiek texlive-oberdiek)
|
(define-deprecated-package texlive-latex-oberdiek texlive-oberdiek)
|
||||||
|
|
||||||
|
|
Reference in a new issue