nongnu: Remove linux-6.7.

Guix will remove linux-libre-6.7 soon (end of life), so remove linux-6.7
before it leads to an error in 'guix pull' when it is removed upstream.

* nongnu/packages/linux.scm (linux-6.7): Remove variable.
This commit is contained in:
John Kehayias 2024-04-08 22:04:35 -04:00
parent ec3565d284
commit 2978ae66b9
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -136,9 +136,6 @@ on hardware which requires nonfree software to function."))))
(define-public linux-6.8
(corrupt-linux linux-libre-6.8))
(define-public linux-6.7
(corrupt-linux linux-libre-6.7))
(define-public linux-6.6
(corrupt-linux linux-libre-6.6))