[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/416: gnu: texlive-booktabs: Fix build.
From: |
guix-commits |
Subject: |
91/416: gnu: texlive-booktabs: Fix build. |
Date: |
Sun, 28 May 2023 02:32:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 269ed484407d67dc6e075e981b6960fcd5a05995
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:14:52 2023 +0200
gnu: texlive-booktabs: Fix build.
* gnu/packages/tex.scm (texlive-booktabs)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
---
gnu/packages/tex.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a35c3ff06a..6068b100f3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10432,17 +10432,15 @@ package to handle all of the possible unit-related
needs of LaTeX users.")
(package
(name "texlive-booktabs")
(version (number->string %texlive-revision))
- (source
- (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "booktabs"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1mycxzl761p2zzmva8xsjbxbvrxx3vhi5p160mh9kiqwhrs5biz5"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/booktabs/" "source/latex/booktabs/"
+ "tex/latex/booktabs/")
+ (base32
+ "0pv2kv4hgayqfcij2sz1jmk6kbxqccyaksz8xlw5kvqrbag9vxm3")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/booktabs"))
- (home-page "http://www.ctan.org/pkg/booktabs")
+ (home-page "https://ctan.org/pkg/booktabs")
(synopsis "Publication quality tables in LaTeX")
(description
"This package enhances the quality of tables in LaTeX, providing extra
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., (continued)
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28
- 69/416: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/28
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/28
- 68/416: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/28
- 63/416: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/28
- 78/416: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/28
- 75/416: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/28
- 74/416: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/28
- 82/416: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/28
- 89/416: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/28
- 91/416: gnu: texlive-booktabs: Fix build.,
guix-commits <=
- 101/416: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/28
- 94/416: gnu: Add texlive-ctablestack., guix-commits, 2023/05/28
- 104/416: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/28
- 93/416: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/28
- 100/416: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/28
- 123/416: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/28
- 86/416: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/28
- 110/416: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/28
- 85/416: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/28
- 122/416: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/28