guix-commits
[Top][All Lists]
Advanced

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

93/435: gnu: texlive-preprint: Fix build.


From: guix-commits
Subject: 93/435: gnu: texlive-preprint: Fix build.
Date: Tue, 6 Jun 2023 11:39:23 -0400 (EDT)

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

commit d710b3e8ddbd8295646c8c82a44fbeeef4c69a32
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:24:04 2023 +0200

    gnu: texlive-preprint: Fix build.
    
    * gnu/packages/tex.scm (texlive-preprint)[source]: Use TEXLIVE-ORIGIN
    instead of TEXLIVE-REF and SVN-FETCH.
---
 gnu/packages/tex.scm | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 32beb46c86..40ec5055a5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10944,18 +10944,16 @@ figure versions offered by many professional fonts.")
 (define-public texlive-preprint
   (package
     (name "texlive-preprint")
-    (version "1.0e")
-    (source
-     (origin
-       (method svn-fetch)
-       (uri (texlive-ref "latex" "preprint"))
-       (file-name (string-append name "-" version "-checkout"))
-       (sha256
-        (base32
-         "173ik9xad3zih6gcdwdkzyljarh06ky6c5d2x1yjs22qqi75py5a"))))
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/preprint/" "source/latex/preprint/"
+                   "tex/latex/preprint/")
+             (base32
+              "198xwg6mll3yndc1kf79l6zgnq3nsk7fsh3rlj28nipd26ysw6lq")))
+    (outputs '("out" "doc"))
     (build-system texlive-build-system)
-    (arguments '(#:tex-directory "latex/preprint"))
-    (home-page "http://www.ctan.org/pkg/preprint";)
+    (home-page "https://ctan.org/pkg/preprint";)
     (synopsis "Bundle of modules for preprints")
     (description "The bundle comprises: @code{authblk}, which permits
 footnote style author/affiliation input in the @command{\\author} command,



reply via email to

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