mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: texlive-source: Use svn-fetch method.
* gnu/packages/tex.scm (texlive-source)[source]: Use svn-fetch method. Change-Id: I84a21d7a7acd8932f122ad665a736733882518ee
This commit is contained in:
@@ -270,14 +270,11 @@
|
||||
(version "2025.2")
|
||||
(source
|
||||
(origin
|
||||
;; This could be written as a SVN reference, but with a multi-reference
|
||||
;; the package can benefit from the `texlive' updater.
|
||||
(method svn-multi-fetch)
|
||||
(uri (svn-multi-reference
|
||||
(method svn-fetch)
|
||||
(uri (svn-reference
|
||||
(url (string-append %texlive-repository
|
||||
"tags/texlive-" version "/Build/source"))
|
||||
(revision 74725)
|
||||
(locations (list "./"))))
|
||||
(revision 74725)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
||||
Reference in New Issue
Block a user