[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
277/452: gnu: texlive-auxhook: Refresh package definition.
From: |
guix-commits |
Subject: |
277/452: gnu: texlive-auxhook: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9bd5093ea5052656abb8f5307fc826b8802c308b
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)
- 188/452: gnu: texlive-utopia: Refresh package definition., (continued)
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09
- 218/452: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/09
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/09
- 226/452: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/09
- 240/452: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/09
- 242/452: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/09
- 247/452: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/09
- 249/452: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/09
- 277/452: gnu: texlive-auxhook: Refresh package definition.,
guix-commits <=
- 275/452: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/09
- 270/452: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/09
- 254/452: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/09
- 294/452: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/09
- 305/452: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/09
- 306/452: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/09
- 315/452: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/09
- 354/452: gnu: Add texlive-mptopdf., guix-commits, 2023/06/09
- 361/452: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/09
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09