ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0e20ecf45d65caea9636cbd1a3bda47ae7cae9da
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue May 16 15:33:11 2023 +0200
gnu: texlive-doi: Refresh package definition.
* gnu/packages/tex.scm (texlive-doi): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-HYPERREF.
---
gnu/packages/tex.scm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7cf46eae38..6bee4fdccd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6171,14 +6171,18 @@ sequence, of variable length.")
(define-public texlive-doi
(package
- (inherit (simple-texlive-package
- "texlive-doi"
- (list "/doc/latex/doi/README.md"
- "/tex/latex/doi/")
- (base32
- "18z9922lqb3hliqn95h883fndqs4lgyi5yqbnq2932ya0imc3j7h")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/doi")
+ (name "texlive-doi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/doi/" "tex/latex/doi/")
+ (base32
+ "18z9922lqb3hliqn95h883fndqs4lgyi5yqbnq2932ya0imc3j7h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-hyperref))
+ (home-page "https://ctan.org/pkg/doi")
(synopsis "Create correct hyperlinks for DOI numbers")
(description
"You can hyperlink DOI numbers to doi.org. However, some publishers have