[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
277/458: gnu: texlive-auxhook: Refresh package definition.
From: |
guix-commits |
Subject: |
277/458: gnu: texlive-auxhook: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c0ef61641fd8860b9d5a7f7022d52943dda2b9bb
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 3267a89a2a..ec6a925d34 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3405,26 +3405,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)
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., (continued)
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/14
- 344/458: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/14
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/14
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 367/458: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 400/458: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/14
- 414/458: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/14
- 444/458: gnu: Add texlive-latex-bin., guix-commits, 2023/06/14
- 456/458: gnu: Simplify texlive-default-updmap.cfg., guix-commits, 2023/06/14
- 277/458: gnu: texlive-auxhook: Refresh package definition.,
guix-commits <=
- 282/458: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/14
- 297/458: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/14
- 256/458: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/14
- 294/458: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/14
- 300/458: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/06/14
- 286/458: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/14
- 289/458: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/14
- 306/458: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/14
- 308/458: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/14
- 314/458: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/06/14