summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2023-05-23 18:20:50 +0200
committerJelle Licht <jlicht@fsfe.org>2023-05-23 18:20:50 +0200
commit3a7636d8a5e2b395fe89c128c8501d535f2f3279 (patch)
tree061ac0d5d0c1d4a5127e46b0d3536d424f69f975
parent713f233be79fed1efad0c58d51b1829644323810 (diff)
nongnu: Add linux@6.3.
Add linux@6.3 but do not change the default linux so that the build farm has time to catch up. * nongnu/packages/linux.scm (linux-6.3): 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 7a03819..5b72f9c 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -88,6 +88,9 @@
"The unmodified Linux kernel, including nonfree blobs, for running Guix System
on hardware which requires nonfree software to function."))))
+(define-public linux-6.3
+ (corrupt-linux linux-libre-6.3))
+
(define-public linux-6.2
(corrupt-linux linux-libre-6.2))