mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: texlive-booktabs: Fix build.
* gnu/packages/tex.scm (texlive-booktabs)[source]: Use TEXLIVE-ORIGIN instead of TEXLIVE-REF and SVN-FETCH.
This commit is contained in:
parent
8844e6072f
commit
0bea37aae7
1 changed files with 8 additions and 10 deletions
|
@ -10424,17 +10424,15 @@ (define-public texlive-booktabs
|
||||||
(package
|
(package
|
||||||
(name "texlive-booktabs")
|
(name "texlive-booktabs")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source
|
(source (texlive-origin
|
||||||
(origin
|
name version
|
||||||
(method svn-fetch)
|
(list "doc/latex/booktabs/" "source/latex/booktabs/"
|
||||||
(uri (texlive-ref "latex" "booktabs"))
|
"tex/latex/booktabs/")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(base32
|
||||||
(sha256
|
"0pv2kv4hgayqfcij2sz1jmk6kbxqccyaksz8xlw5kvqrbag9vxm3")))
|
||||||
(base32
|
(outputs '("out" "doc"))
|
||||||
"1mycxzl761p2zzmva8xsjbxbvrxx3vhi5p160mh9kiqwhrs5biz5"))))
|
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/booktabs"))
|
(home-page "https://ctan.org/pkg/booktabs")
|
||||||
(home-page "http://www.ctan.org/pkg/booktabs")
|
|
||||||
(synopsis "Publication quality tables in LaTeX")
|
(synopsis "Publication quality tables in LaTeX")
|
||||||
(description
|
(description
|
||||||
"This package enhances the quality of tables in LaTeX, providing extra
|
"This package enhances the quality of tables in LaTeX, providing extra
|
||||||
|
|
Loading…
Reference in a new issue