gnu: texlive-preprint: Fix build.

* gnu/packages/tex.scm (texlive-preprint)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
This commit is contained in:
Nicolas Goaziou 2023-05-14 11:24:04 +02:00
parent 626d67e657
commit d4c175e015
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10936,18 +10936,16 @@ (define-public texlive-fontaxes
(define-public texlive-preprint (define-public texlive-preprint
(package (package
(name "texlive-preprint") (name "texlive-preprint")
(version "1.0e") (version (number->string %texlive-revision))
(source (source (texlive-origin
(origin name version
(method svn-fetch) (list "doc/latex/preprint/" "source/latex/preprint/"
(uri (texlive-ref "latex" "preprint")) "tex/latex/preprint/")
(file-name (string-append name "-" version "-checkout")) (base32
(sha256 "198xwg6mll3yndc1kf79l6zgnq3nsk7fsh3rlj28nipd26ysw6lq")))
(base32 (outputs '("out" "doc"))
"173ik9xad3zih6gcdwdkzyljarh06ky6c5d2x1yjs22qqi75py5a"))))
(build-system texlive-build-system) (build-system texlive-build-system)
(arguments '(#:tex-directory "latex/preprint")) (home-page "https://ctan.org/pkg/preprint")
(home-page "http://www.ctan.org/pkg/preprint")
(synopsis "Bundle of modules for preprints") (synopsis "Bundle of modules for preprints")
(description "The bundle comprises: @code{authblk}, which permits (description "The bundle comprises: @code{authblk}, which permits
footnote style author/affiliation input in the @command{\\author} command, footnote style author/affiliation input in the @command{\\author} command,