diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-01-10 16:33:23 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-10 16:33:23 -0500 |
commit | 2c77fe5331696b6da46c90e0808f01c5046cfc5f (patch) | |
tree | 4dc7c5bfb37c555bc2eaa3415b60944f84ca1034 | |
parent | b680888a227d69a20eded684225c48e57c2513de (diff) |
nongnu: Remove linux-6.11.
Upstream Guix will soon remove linux-libre-6.11.
* nongnu/packages/linux.scm (linux-6.11): Remove variable.
-rw-r--r-- | nongnu/packages/linux.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 21a5e2f4..7fa21f1d 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -139,9 +139,6 @@ 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)) - (define-public linux-6.6 (corrupt-linux linux-libre-6.6)) |