nongnu: Add linux 6.12.

* nongnu/packages/linux.scm (linux-6.12): New variable.
This commit is contained in:
Leo Famulari 2025-01-01 18:23:16 -05:00 committed by l f
parent c075e3ae21
commit 0f36e28536

View File

@ -136,6 +136,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.12
(corrupt-linux linux-libre-6.12))
(define-public linux-6.11 (define-public linux-6.11
(corrupt-linux linux-libre-6.11)) (corrupt-linux linux-libre-6.11))