[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: |
Mon, 29 May 2023 17:38:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5036aaad6a7d1075f9dc1c39da48bf76bda05a53
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,
- 78/418: gnu: texlive-latex-frankenstein -> texlive-frankenstein., (continued)
- 78/418: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/29
- 80/418: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/29
- 81/418: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/05/29
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/29
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/29
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/29
- 89/418: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/29
- 90/418: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/29
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/29
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/29
- 93/418: gnu: texlive-preprint: Fix build.,
guix-commits <=
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/29
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/05/29
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/05/29
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/29
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/29
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/29
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/29
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/29
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/29
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/29