[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
223/458: gnu: texlive-paralist: Fix build.
From: |
guix-commits |
Subject: |
223/458: gnu: texlive-paralist: Fix build. |
Date: |
Wed, 14 Jun 2023 05:22:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 55e674335b0c61255ff44098be514e74db0d7f08
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 9cd8ac246c..930af2873f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6485,26 +6485,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
- 182/458: gnu: texlive-ly1: Refresh package definition., (continued)
- 182/458: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/14
- 196/458: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/14
- 198/458: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/14
- 203/458: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/14
- 204/458: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/14
- 207/458: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/14
- 214/458: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/14
- 219/458: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/14
- 221/458: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/06/14
- 222/458: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/14
- 223/458: gnu: texlive-paralist: Fix build.,
guix-commits <=
- 224/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 226/458: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/14
- 227/458: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/14
- 230/458: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/14
- 233/458: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/14
- 236/458: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/14
- 238/458: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/14
- 239/458: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/14
- 240/458: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/14
- 263/458: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/14