mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-22 23:04:53 +01:00
nongnu: linux-urls: Switch to kernel mirror.
This allows the usage of `guix refresh linux`. * nongnu/packages/linux.scm (linux-urls): Switch to kernel mirror URL.
This commit is contained in:
parent
6c4f18f872
commit
fdd832e52b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
(define (linux-urls version)
|
||||
"Return a list of URLS for Linux VERSION."
|
||||
(list (string-append "https://www.kernel.org/pub/linux/kernel/v"
|
||||
(list (string-append "mirror://kernel.org/linux/kernel/v"
|
||||
(version-major version) ".x/linux-" version ".tar.xz")))
|
||||
|
||||
(define (corrupt-linux freedo version hash)
|
||||
|
|
Loading…
Reference in a new issue