nongnu: Remove linux-4.19.

linux-libre@4.19 was removed from upstream Guix in commit
7b40b9d2d2ddafd6945f18f19f5e621086d57169 as it is no longer supported
upstream.

Fixes #361.

* nongnu/packages/linux.scm (linux-4.19): Remove variable.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Ashish SHUKLA 2025-01-04 20:17:42 +01:00 committed by John Kehayias
parent f44a49d309
commit e3fb39c68a
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -152,9 +152,6 @@ on hardware which requires nonfree software to function."))))
(define-public linux-5.4 (define-public linux-5.4
(corrupt-linux linux-libre-5.4)) (corrupt-linux linux-libre-5.4))
(define-public linux-4.19
(corrupt-linux linux-libre-4.19))
(define-public linux linux-6.11) (define-public linux linux-6.11)
;; linux-lts points to the *newest* released long-term support version. ;; linux-lts points to the *newest* released long-term support version.
(define-public linux-lts linux-6.6) (define-public linux-lts linux-6.6)