diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-01-04 20:17:42 +0100 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-01-04 17:59:57 -0500 |
commit | e3fb39c68af3f4b0cce011dd5f9f8030c9a1ab6a (patch) | |
tree | 836c5e7fe70df969cefb962bbb3919be3f8cf50f | |
parent | f44a49d3092d509c5e09cc27ada40a8c4d99c02d (diff) |
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>
-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 e8e3f57d..83545a94 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) |