[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
331/418: gnu: texlive-hardwrap: Refresh package definition.
From: |
guix-commits |
Subject: |
331/418: gnu: texlive-hardwrap: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b7b44b6074e7f6914e14ae40a228d064b228cc69
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:45:16 2023 +0200
gnu: texlive-hardwrap: Refresh package definition.
* gnu/packages/tex.scm (texlive-hardwrap): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-IFPLATFORM, TEXLIVE-IFTEX,
TEXLIVE-PDFTEXCMDS.
---
gnu/packages/tex.scm | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9798d612a1..2cf9e9cc3d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1953,22 +1953,29 @@ rest of the mathematics produced by (AmS-)LaTeX.")
(define-public texlive-hardwrap
(package
- (inherit (simple-texlive-package
- "texlive-hardwrap"
- (list "doc/latex/hardwrap/"
- "tex/latex/hardwrap/"
- "source/latex/hardwrap/")
- (base32
- "0ql3xml1ccll44q945n7w72p6d51y5wcrkawi7cg621gy5d6wzx5")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/hardwrap")
+ (name "texlive-hardwrap")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hardwrap/" "source/latex/hardwrap/"
+ "tex/latex/hardwrap/")
+ (base32
+ "0ql3xml1ccll44q945n7w72p6d51y5wcrkawi7cg621gy5d6wzx5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ifplatform
+ texlive-iftex
+ texlive-pdftexcmds))
+ (home-page "https://ctan.org/pkg/hardwrap")
(synopsis "Hard wrap text to a certain character length")
(description
- "The package facilitates wrapping text to a specific character width,
breaking
-lines by words rather than, as done by TeX, by characters. The primary use for
-these facilities is to aid the generation of messages sent to the log file or
-console output to display messages to the user. Package authors may also find
-this useful when writing out arbitrary text to an external file.")
+ "The package facilitates wrapping text to a specific character width,
+breaking lines by words rather than, as done by TeX, by characters. The
+primary use for these facilities is to aid the generation of messages sent to
+the log file or console output to display messages to the user. Package
+authors may also find this useful when writing out arbitrary text to an
+external file.")
(license license:lppl1.3+)))
(define-public texlive-helvetic
- 287/418: gnu: texlive-tools: Refresh package definition., (continued)
- 287/418: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/02
- 286/418: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/02
- 297/418: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/02
- 305/418: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/02
- 306/418: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/02
- 313/418: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/02
- 310/418: gnu: Add texlive-cmexb., guix-commits, 2023/06/02
- 311/418: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/02
- 347/418: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/02
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/06/02
- 331/418: gnu: texlive-hardwrap: Refresh package definition.,
guix-commits <=
- 335/418: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/02
- 338/418: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/02
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/02
- 365/418: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 376/418: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 384/418: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 392/418: gnu: texlive-etex: Fix build., guix-commits, 2023/06/02
- 369/418: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02