diff options
author | Leo Famulari <leo@famulari.name> | 2025-01-01 18:23:16 -0500 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-01-08 09:32:12 +0100 |
commit | 27954407eb0447590a857dff34d68cd111922d7d (patch) | |
tree | 2b71f50c7ad3be9aafc4cfe1bf733b2485a876ed | |
parent | c075e3ae214ca6e773c69142ede754e7cf4ae799 (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.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index fd9dc747..07dbc55e 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." "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function.")))) +(define-public linux-6.12 + (corrupt-linux linux-libre-6.12)) + (define-public linux-6.11 (corrupt-linux linux-libre-6.11)) |