[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
281/458: gnu: Add texlive-hopatch.
From: |
guix-commits |
Subject: |
281/458: gnu: Add texlive-hopatch. |
Date: |
Wed, 14 Jun 2023 05:22:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1efcf814cf3f92a1f9fa15f952885cd3ab5ba87e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:23:55 2023 +0200
gnu: Add texlive-hopatch.
* gnu/packages/tex.scm (texlive-hopatch): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a9006af2d3..2d00590f79 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -782,6 +782,29 @@ out to date by @code{unicode-letters.tex}.")
(define-deprecated-package texlive-generic-unicode-data texlive-unicode-data)
+(define-public texlive-hopatch
+ (package
+ (name "texlive-hopatch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hopatch/" "source/latex/hopatch/"
+ "tex/latex/hopatch/")
+ (base32
+ "1yc9pzh8h4caaxii197jzd8wmvj754ymdq5x2hvmn171mxqp4d3v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ltxcmds))
+ (home-page "https://ctan.org/pkg/hopatch")
+ (synopsis "Load patches for packages")
+ (description
+ "Hopatch provides a command with which the user may register of patch code
+for a particular package. Hopatch will apply the patch immediately, if the
+relevant package has already been loaded; otherwise it will store the patch
+until the package appears.")
+ (license license:lppl1.3+)))
+
(define-public texlive-hyphen-base
(package
(inherit (simple-texlive-package
- 260/458: gnu: texlive-etexcmds: Refresh package definition., (continued)
- 260/458: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/14
- 257/458: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/06/14
- 265/458: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/06/14
- 268/458: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/14
- 269/458: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/14
- 273/458: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/14
- 296/458: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/14
- 288/458: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/14
- 291/458: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/14
- 305/458: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/14
- 281/458: gnu: Add texlive-hopatch.,
guix-commits <=
- 292/458: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/14
- 309/458: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/14
- 304/458: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/14
- 315/458: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/14
- 326/458: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/14
- 327/458: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/14
- 328/458: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/14
- 332/458: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/14
- 329/458: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/14
- 338/458: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/14