[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/418: gnu: texlive-preprint: Fix build.
From: |
guix-commits |
Subject: |
93/418: gnu: texlive-preprint: Fix build. |
Date: |
Fri, 2 Jun 2023 17:24:13 -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,
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., (continued)
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/06/02
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/02
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/02
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/02
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/02
- 93/418: gnu: texlive-preprint: Fix build.,
guix-commits <=
- 108/418: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/02
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/02
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/02
- 94/418: gnu: Add texlive-ctablestack., guix-commits, 2023/06/02
- 99/418: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/02
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/02
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/02
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/02
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/02
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/02