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 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.")))) | |||
| 152 | (define-public linux-5.4 | 152 | (define-public linux-5.4 |
| 153 | (corrupt-linux linux-libre-5.4)) | 153 | (corrupt-linux linux-libre-5.4)) |
| 154 | 154 | ||
| 155 | (define-public linux-4.19 | ||
| 156 | (corrupt-linux linux-libre-4.19)) | ||
| 157 | |||
| 158 | (define-public linux linux-6.11) | 155 | (define-public linux linux-6.11) |
| 159 | ;; linux-lts points to the *newest* released long-term support version. | 156 | ;; linux-lts points to the *newest* released long-term support version. |
| 160 | (define-public linux-lts linux-6.6) | 157 | (define-public linux-lts linux-6.6) |
