From a4356defe7d4ee9b0ac6789d67f94d00714a9409 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Sat, 23 Mar 2024 15:36:57 -0400 Subject: nongnu: Add linux@6.8. Guix added linux-libre@6.8 in f6f4c71df5558b168fe7a313522af7ea5fe2d0dc but it is not set as the default yet. * nongnu/packages/linux.scm (linux-6.8): New variable. --- nongnu/packages/linux.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 61e7f0a..1377945 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -132,6 +132,9 @@ some freedo package or an output of package-version procedure." "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function.")))) +(define-public linux-6.8 + (corrupt-linux linux-libre-6.8)) + (define-public linux-6.7 (corrupt-linux linux-libre-6.7)) -- cgit v1.2.3