[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
281/416: gnu: Add texlive-hopatch.
From: |
guix-commits |
Subject: |
281/416: gnu: Add texlive-hopatch. |
Date: |
Sun, 28 May 2023 02:33:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8fe4e2965bceaddeb30bef61b0be4cba1b37d668
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 fe2d1fd00f..717bb0d3bf 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
- 246/416: gnu: texlive-letltxmacro: Refresh package definition., (continued)
- 246/416: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/28
- 234/416: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/28
- 240/416: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/28
- 243/416: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/28
- 252/416: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/05/28
- 262/416: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/28
- 266/416: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/05/28
- 264/416: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/28
- 263/416: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/28
- 278/416: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28
- 281/416: gnu: Add texlive-hopatch.,
guix-commits <=
- 303/416: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/28
- 289/416: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 321/416: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/28
- 318/416: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/28
- 342/416: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 329/416: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/28
- 341/416: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/28
- 317/416: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/28
- 328/416: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/28
- 358/416: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/28