From e3fb39c68af3f4b0cce011dd5f9f8030c9a1ab6a Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sat, 4 Jan 2025 20:17:42 +0100 Subject: 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 --- nongnu/packages/linux.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index e8e3f57..83545a9 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -152,9 +152,6 @@ on hardware which requires nonfree software to function.")))) (define-public linux-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) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.6) -- cgit v1.2.3