nongnu: Add linux@6.3.

Add linux@6.3 but do not change the default linux so that the build farm has
time to catch up.

* nongnu/packages/linux.scm (linux-6.3): New variable.
This commit is contained in:
Jelle Licht 2023-05-23 18:20:50 +02:00
parent 713f233be7
commit 3a7636d8a5
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -88,6 +88,9 @@
"The unmodified Linux kernel, including nonfree blobs, for running Guix System "The unmodified Linux kernel, including nonfree blobs, for running Guix System
on hardware which requires nonfree software to function.")))) on hardware which requires nonfree software to function."))))
(define-public linux-6.3
(corrupt-linux linux-libre-6.3))
(define-public linux-6.2 (define-public linux-6.2
(corrupt-linux linux-libre-6.2)) (corrupt-linux linux-libre-6.2))