[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
277/416: gnu: texlive-auxhook: Refresh package definition.
From: |
guix-commits |
Subject: |
277/416: gnu: texlive-auxhook: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fed94b03f7832f8b646393c1f7b113f5ea561137
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:18:24 2023 +0200
gnu: texlive-auxhook: Refresh package definition.
* gnu/packages/tex.scm (texlive-auxhook): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 35 ++++++++++++++++-------------------
1 file changed, 16 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d25cec0847..7470422062 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3409,26 +3409,23 @@ the @file{.aux} file.")
(define-deprecated-package texlive-latex-atveryend texlive-atveryend)
(define-public texlive-auxhook
- (let ((template (simple-texlive-package
- "texlive-auxhook"
- (list "doc/latex/auxhook/"
- "source/latex/auxhook/"
- "tex/latex/auxhook/")
- (base32
- "1qfs7bz8ryp4prr2fw4hwypnfc6yr4rc4wd8qy4rpmab0hab0vdy"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:build-targets _ '())
- #~(list "auxhook.dtx"))))
- (home-page "https://www.ctan.org/pkg/auxhook")
- (synopsis "Hooks for auxiliary files")
- (description
- "This package provides hooks for adding code at the beginning of
+ (package
+ (name "texlive-auxhook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/auxhook/" "source/latex/auxhook/"
+ "tex/latex/auxhook/")
+ (base32
+ "1qfs7bz8ryp4prr2fw4hwypnfc6yr4rc4wd8qy4rpmab0hab0vdy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/auxhook")
+ (synopsis "Hooks for auxiliary files")
+ (description
+ "This package provides hooks for adding code at the beginning of
@file{.aux} files.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-auxhook texlive-auxhook)
- 242/416: gnu: texlive-bidi: Fix build., (continued)
- 242/416: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/28
- 251/416: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/28
- 231/416: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/28
- 247/416: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/28
- 256/416: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/28
- 257/416: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/28
- 258/416: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/28
- 265/416: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/28
- 271/416: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/28
- 272/416: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/28
- 277/416: gnu: texlive-auxhook: Refresh package definition.,
guix-commits <=
- 279/416: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 280/416: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 282/416: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 283/416: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 307/416: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/28
- 298/416: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/28
- 304/416: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28
- 286/416: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/28
- 292/416: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/28
- 300/416: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/28