[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
223/418: gnu: texlive-paralist: Fix build.
From: |
guix-commits |
Subject: |
223/418: gnu: texlive-paralist: Fix build. |
Date: |
Mon, 29 May 2023 17:39:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b2fbabf1fb2fd4a394618f44874b54d4d114e8b8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:17:23 2023 +0200
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.
---
gnu/packages/tex.scm | 33 +++++++++++++++------------------
1 file changed, 15 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1bfa99a57f..65eba5395d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6493,26 +6493,23 @@ written especially for XeLaTeX users.")
(define-public texlive-paralist
(package
- (inherit (simple-texlive-package
- "texlive-paralist"
- (list "doc/latex/paralist/README"
- "source/latex/paralist/paralist.dtx"
- "source/latex/paralist/paralist.ins")
- (base32 "1lz8yds2i64wkb89a9amydwkzsdbc09s1kbgn7vgh2qsxqrrgwam")))
+ (name "texlive-paralist")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/paralist/" "source/latex/paralist/"
+ "tex/latex/paralist/")
+ (base32
+ "003gs7rjm97vqh903wdjys3ls96kx45w3s4qghjk1fdjx6qxd32l")))
(outputs '("out" "doc"))
- (arguments
- (list
- #:tex-directory "latex/paralist"))
- (native-inputs (list texlive-latex-base
- (texlive-updmap.cfg
- (list texlive-cm
- texlive-jknapltx))))
+ (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/paralist")
- (synopsis "Enumerate and itemize within paragraphs")
- (description "The @code{paralist} package provides enumerate and itemize
-environments that can be used within paragraphs to format the items either as
-running text or as separate paragraphs with a preceding number or symbol. It
-also provides compacted versions of enumerate and itemize.")
+ (synopsis "@code{enumerate} and @code{itemize} within paragraphs")
+ (description "The @code{paralist} package provides @code{enumerate} and
+@code{itemize} environments that can be used within paragraphs to format the
+items either as running text or as separate paragraphs with a preceding number
+or symbol. It also provides compacted versions of @code{enumerate} and
+@code{itemize}.")
(license license:lppl1.0+)))
(define-public texlive-polyglossia
- 171/418: gnu: texlive-apa6: Refresh package definition., (continued)
- 171/418: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/29
- 172/418: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/29
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/29
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/29
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/29
- 180/418: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/29
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/05/29
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/29
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/05/29
- 204/418: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/29
- 223/418: gnu: texlive-paralist: Fix build.,
guix-commits <=
- 228/418: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/29
- 215/418: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/29
- 217/418: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/29
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/29
- 235/418: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/29
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/29
- 232/418: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/29
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/29
- 243/418: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/29
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/29