gnu: texlive-paralist: Fix build.

* gnu/packages/tex.scm (texlive-paralist): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]: Remove unnecessary #:TEX-DIRECTORY keyword.
[native-inputs]: Remove unnecessary inputs.
This commit is contained in:
Nicolas Goaziou 2023-05-15 22:17:23 +02:00
parent eab3b80369
commit 7406c16b63
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -6485,26 +6485,23 @@ written especially for XeLaTeX users.")
(define-public texlive-paralist (define-public texlive-paralist
(package (package
(inherit (simple-texlive-package (name "texlive-paralist")
"texlive-paralist" (version (number->string %texlive-revision))
(list "doc/latex/paralist/README" (source (texlive-origin
"source/latex/paralist/paralist.dtx" name version
"source/latex/paralist/paralist.ins") (list "doc/latex/paralist/" "source/latex/paralist/"
(base32 "1lz8yds2i64wkb89a9amydwkzsdbc09s1kbgn7vgh2qsxqrrgwam"))) "tex/latex/paralist/")
(base32
"003gs7rjm97vqh903wdjys3ls96kx45w3s4qghjk1fdjx6qxd32l")))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (build-system texlive-build-system)
(list
#:tex-directory "latex/paralist"))
(native-inputs (list texlive-latex-base
(texlive-updmap.cfg
(list texlive-cm
texlive-jknapltx))))
(home-page "https://ctan.org/pkg/paralist") (home-page "https://ctan.org/pkg/paralist")
(synopsis "Enumerate and itemize within paragraphs") (synopsis "@code{enumerate} and @code{itemize} within paragraphs")
(description "The @code{paralist} package provides enumerate and itemize (description "The @code{paralist} package provides @code{enumerate} and
environments that can be used within paragraphs to format the items either as @code{itemize} environments that can be used within paragraphs to format the
running text or as separate paragraphs with a preceding number or symbol. It items either as running text or as separate paragraphs with a preceding number
also provides compacted versions of enumerate and itemize.") or symbol. It also provides compacted versions of @code{enumerate} and
@code{itemize}.")
(license license:lppl1.0+))) (license license:lppl1.0+)))
(define-public texlive-polyglossia (define-public texlive-polyglossia