diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-11-05 13:43:55 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-11-05 13:43:55 -0500 |
commit | 3b78eca656cf8a088ca8699a0563e67e2b61f2ac (patch) | |
tree | 715021334e2d8c2e462f564f5864f474e8db8533 /nongnu | |
parent | 141db409ef54d02231f518af56cae15fe39a9c49 (diff) |
nongnu: linux-6.10: Remove variable.
linux-libre-6.10 is set to be dropped by upstream Guix, see
<https://issues.guix.gnu.org/74168>. So, let's remove before then to prevent
guix pull from breaking due to a missing variable.
* nongnu/packages/linux.scm (linux-6.10): Remove variable.
Diffstat (limited to 'nongnu')
-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 f4c0c5c..33ab707 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -137,9 +137,6 @@ on hardware which requires nonfree software to function.")))) (define-public linux-6.11 (corrupt-linux linux-libre-6.11)) -(define-public linux-6.10 - (corrupt-linux linux-libre-6.10)) - (define-public linux-6.6 (corrupt-linux linux-libre-6.6)) |