nongnu: Add linux 6.10.

* nongnu/packages/linux.scm (linux-6.10): New variable.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Dariqq 2024-07-30 14:05:07 +00:00 committed by Jonathan Brielmaier
parent 3c8465d2eb
commit 6ffbeaf331
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -133,6 +133,9 @@ some freedo package or an output of package-version procedure."
"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.10
(corrupt-linux linux-libre-6.10))
(define-public linux-6.9 (define-public linux-6.9
(corrupt-linux linux-libre-6.9)) (corrupt-linux linux-libre-6.9))