mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: Make linux-5.2 its own variable.
* nongnu/packages/linux.scm (linux-5.2): New variable. * nongnu/packages/linux.scm (linux): Redefine by reference to linux-5.2.
This commit is contained in:
parent
6715b2581b
commit
2ab2dd2752
1 changed files with 4 additions and 2 deletions
|
@ -48,8 +48,8 @@
|
|||
"The unmodified Linux kernel, including nonfree blobs, for running GuixSD
|
||||
on hardware which requires nonfree software to function.")))
|
||||
|
||||
(define-public linux
|
||||
(corrupt-linux linux-libre "5.2.18"
|
||||
(define-public linux-5.2
|
||||
(corrupt-linux linux-libre-5.2 "5.2.18"
|
||||
"0q6akmhcdj52lhvs5fjxrr25r0hyklh7115hg0zl0fcpdj30y2bd"))
|
||||
|
||||
(define-public linux-4.19
|
||||
|
@ -68,6 +68,8 @@ on hardware which requires nonfree software to function.")))
|
|||
(corrupt-linux linux-libre-4.4 "4.4.194"
|
||||
"0kvlp2v4nvkilaanhpgwf8dkyfj24msaw0m38rbc4y51y69yhqvz"))
|
||||
|
||||
(define-public linux linux-5.2)
|
||||
|
||||
(define-public linux-firmware
|
||||
(let ((commit "92e17d0dd2437140fab044ae62baf69b35d7d1fa")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Reference in a new issue