summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2023-03-07 00:41:18 +0100
committerJelle Licht <jlicht@fsfe.org>2023-03-07 00:41:18 +0100
commit79c6a839535faf4db81b702eb1f98c372f91638e (patch)
tree280acc2e46ff4604af4408f689ae6f506ada6706
parentb8f0231f35f0e82c6d196b5cbdbeab3bd463bb93 (diff)
nongnu: Add linux@6.2.
Adding linux@6.2 but not changing the default linux to this version until upstream does as well. * nongnu/packages/linux.scm (linux-6.2): New variable.
-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 8f9ae13..0bd1a0e 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -87,6 +87,9 @@
"The unmodified Linux kernel, including nonfree blobs, for running Guix System
on hardware which requires nonfree software to function."))))
+(define-public linux-6.2
+ (corrupt-linux linux-libre-6.2))
+
(define-public linux-6.1
(corrupt-linux linux-libre-6.1))