diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | nongnu/packages/linux.scm | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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)) |
