[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/458: gnu: texlive-booktabs: Fix build.
From: |
guix-commits |
Subject: |
91/458: gnu: texlive-booktabs: Fix build. |
Date: |
Wed, 14 Jun 2023 05:22:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5899fa51b9fe4c7dbf8443c63032d91d8c4c79fa
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 cb59d768ff..09abc36469 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10424,17 +10424,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
- 47/458: gnu: texlive-latex-seqsplit -> texlive-seqsplit., (continued)
- 47/458: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/14
- 48/458: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/14
- 50/458: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/14
- 51/458: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/14
- 52/458: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/14
- 53/458: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/14
- 57/458: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/14
- 79/458: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/14
- 85/458: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/14
- 87/458: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/14
- 91/458: gnu: texlive-booktabs: Fix build.,
guix-commits <=
- 95/458: gnu: Add texlive-luatexbase., guix-commits, 2023/06/14
- 72/458: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/14
- 76/458: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/14
- 81/458: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/14
- 86/458: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/14
- 92/458: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/14
- 125/458: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/14
- 127/458: gnu: Add texlive-newverbs., guix-commits, 2023/06/14
- 128/458: gnu: Add texlive-svn-prov., guix-commits, 2023/06/14
- 94/458: gnu: Add texlive-ctablestack., guix-commits, 2023/06/14