guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

302/418: gnu: texlive-doi: Refresh package definition.


From: guix-commits
Subject: 302/418: gnu: texlive-doi: Refresh package definition.
Date: Fri, 2 Jun 2023 17:25:39 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit e28b3fd7194e5d2f128d1b3d441d20444581e85d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 45a612b8f4..e081006d35 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6167,14 +6167,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]