[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/409: gnu: texlive-preprint: Fix build.
From: |
guix-commits |
Subject: |
93/409: gnu: texlive-preprint: Fix build. |
Date: |
Sat, 20 May 2023 04:02:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 999831ea1ab2d34ca7293d8cbdf250a73b516599
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 9a27bc02b3..376e89525b 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,
- 46/409: gnu: texlive-latex-psfrag -> texlive-psfrag., (continued)
- 46/409: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/20
- 56/409: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/20
- 57/409: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/05/20
- 76/409: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/20
- 77/409: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/20
- 85/409: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/20
- 86/409: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/20
- 88/409: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/20
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/20
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build.,
guix-commits <=
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20
- 132/409: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/20
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20