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:
Alex Griffin 2019-10-02 09:25:31 -05:00
parent 6715b2581b
commit 2ab2dd2752

View file

@ -48,8 +48,8 @@
"The unmodified Linux kernel, including nonfree blobs, for running GuixSD "The unmodified Linux kernel, including nonfree blobs, for running GuixSD
on hardware which requires nonfree software to function."))) on hardware which requires nonfree software to function.")))
(define-public linux (define-public linux-5.2
(corrupt-linux linux-libre "5.2.18" (corrupt-linux linux-libre-5.2 "5.2.18"
"0q6akmhcdj52lhvs5fjxrr25r0hyklh7115hg0zl0fcpdj30y2bd")) "0q6akmhcdj52lhvs5fjxrr25r0hyklh7115hg0zl0fcpdj30y2bd"))
(define-public linux-4.19 (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" (corrupt-linux linux-libre-4.4 "4.4.194"
"0kvlp2v4nvkilaanhpgwf8dkyfj24msaw0m38rbc4y51y69yhqvz")) "0kvlp2v4nvkilaanhpgwf8dkyfj24msaw0m38rbc4y51y69yhqvz"))
(define-public linux linux-5.2)
(define-public linux-firmware (define-public linux-firmware
(let ((commit "92e17d0dd2437140fab044ae62baf69b35d7d1fa") (let ((commit "92e17d0dd2437140fab044ae62baf69b35d7d1fa")
(revision "1")) (revision "1"))