summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-01-01 18:23:16 -0500
committerJelle Licht <jlicht@fsfe.org>2025-01-08 09:32:12 +0100
commit27954407eb0447590a857dff34d68cd111922d7d (patch)
tree2b71f50c7ad3be9aafc4cfe1bf733b2485a876ed
parentc075e3ae214ca6e773c69142ede754e7cf4ae799 (diff)
nongnu: Add linux 6.12.
* nongnu/packages/linux.scm (linux-6.12): New variable. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
-rw-r--r--nongnu/packages/linux.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index fd9dc74..07dbc55 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -136,6 +136,9 @@ some freedo package or an output of package-version procedure."
136 "The unmodified Linux kernel, including nonfree blobs, for running Guix System 136 "The unmodified Linux kernel, including nonfree blobs, for running Guix System
137on hardware which requires nonfree software to function.")))) 137on hardware which requires nonfree software to function."))))
138 138
139(define-public linux-6.12
140 (corrupt-linux linux-libre-6.12))
141
139(define-public linux-6.11 142(define-public linux-6.11
140 (corrupt-linux linux-libre-6.11)) 143 (corrupt-linux linux-libre-6.11))
141 144