From 4d1c41db80e04de45af93c8432bf331b449ee57d Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 1 May 2026 13:27:19 +0800 Subject: nongnu: Add linux-7.0. * nongnu/packages/linux.scm (linux-7.0): New variable. * NEWS (2026-05): Mention it. --- NEWS | 2 ++ nongnu/packages/linux.scm | 3 +++ 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6bf4d3d..ce23957 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ #+TITLE: NEWS about user visible changes of nonguix * 2026-05 +*** Linux: Add linux-7.0 + *** Linux: Inherit kernel patches from Guix These are patches applied to linux-libre-* packages. Previously they were ignored in linux-* packages. diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index c479ca6..9471c7f 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -182,6 +182,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-7.0 + (corrupt-linux linux-libre-7.0)) + (define-public linux-6.19 (corrupt-linux linux-libre-6.19)) -- cgit v1.3