gnu: tcc-boot0: Add ftp.gnu.org URL for the source tarball.
The generated source tarball from gitlab.com is now mirrored at ftp.gnu.org to ensure that it remains available, unchanged. * gnu/packages/commencement.scm (tcc-boot0)[source]: Add "mirror://gnu" URL.master
parent
a4a2807b95
commit
deeaa9e199
|
@ -176,9 +176,11 @@
|
|||
(version (string-append version "-" revision "." (string-take commit 7)))
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://gitlab.com/janneke/tinycc"
|
||||
"/-/archive/" commit
|
||||
"/tinycc-" commit ".tar.gz"))
|
||||
(uri (list (string-append "mirror://gnu/guix/mirror"
|
||||
"/tinycc-" commit ".tar.gz")
|
||||
(string-append "https://gitlab.com/janneke/tinycc"
|
||||
"/-/archive/" commit
|
||||
"/tinycc-" commit ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1hmzn1pq0x22ppd80hyrn5qzqq94mxd0ychzj6vrr2vnj2frjv5b"))))
|
||||
|
|
Reference in New Issue