diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-09-12 17:31:49 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-09-12 17:31:49 -0400 |
commit | df4e6ed9fe917f004357d931e210e328e348bb38 (patch) | |
tree | aef642d9a04dac1c183b154bb11588ee1339c681 | |
parent | d096df03564783372b315fe6c179655c2c337d5a (diff) |
This version is slated to be removed from upstream Guix soon and is no longer
supported upstream. The default has already been set to 6.16.
* nongnu/packages/linux.scm (linux-6.15): 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 ebc9bab..1c458be 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -180,9 +180,6 @@ on hardware which requires nonfree software to function.")))) (define-public linux-6.16 (corrupt-linux linux-libre-6.16)) -(define-public linux-6.15 - (corrupt-linux linux-libre-6.15)) - (define-public linux-6.12 (corrupt-linux linux-libre-6.12)) |