nongnu: Remove linux-4.9.

linux-libre-4.9 was removed from Guix:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=064c5b7e450f9f6d55cfcd0ec2bc9e96ee0b2958

* nongnu/packages/linux.scm (linux-4.9): Remove variable.
This commit is contained in:
Jonathan Brielmaier 2023-01-08 23:07:25 +01:00
parent 2b7cacef46
commit 5729b03d34
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -80,9 +80,6 @@ System on hardware which requires nonfree software to function.")))
(define-public linux-4.14
(corrupt-linux linux-libre-4.14))
(define-public linux-4.9
(corrupt-linux linux-libre-4.9))
(define-public linux linux-6.0)
;; linux-lts points to the *newest* released long-term support version.
(define-public linux-lts linux-5.15)