[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
277/409: gnu: texlive-auxhook: Refresh package definition.
From: |
guix-commits |
Subject: |
277/409: gnu: texlive-auxhook: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:03:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ca850e201ef3e626cd3e87985edee9067c4583d7
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)
- 354/409: gnu: Add texlive-mptopdf., (continued)
- 354/409: gnu: Add texlive-mptopdf., guix-commits, 2023/05/20
- 359/409: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/05/20
- 365/409: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 388/409: gnu: simple-texlive-package: Remove it., guix-commits, 2023/05/20
- 403/409: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/20
- 390/409: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/20
- 108/409: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/05/20
- 126/409: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/20
- 270/409: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/20
- 271/409: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/20
- 277/409: gnu: texlive-auxhook: Refresh package definition.,
guix-commits <=
- 283/409: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/20
- 310/409: gnu: Add texlive-cmexb., guix-commits, 2023/05/20
- 311/409: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/20
- 325/409: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/20
- 326/409: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/05/20
- 327/409: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/20
- 331/409: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/20
- 339/409: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/20
- 341/409: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/20
- 337/409: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/05/20