diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-05-08 22:36:35 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-09 10:24:25 +0800 |
commit | 19406981a9bf9d0b140180f1f3008cb91f716b4b (patch) | |
tree | 86a89b3ad44daeae24c2f26e9934f66f01a6e68e | |
parent | 4363f769e49a89f10e70d6dd9365633ec05c5fe2 (diff) |
nongnu: Remove linux-6.13.
This kernel series is no longer supported upstream and removed from
Guix.
* nongnu/packages/linux.scm (linux-6.13): Delete 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 d5add5b..505a0a7 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -143,9 +143,6 @@ on hardware which requires nonfree software to function.")))) (define-public linux-6.14 (corrupt-linux linux-libre-6.14)) -(define-public linux-6.13 - (corrupt-linux linux-libre-6.13)) - (define-public linux-6.12 (corrupt-linux linux-libre-6.12)) |