nongnu: linux@4.14: Remove it.

`linux-libre-4.14` got removed in upstream Guix commit:
497780ad25faf71d3ace39efe7451ef01e353d5b.

* nongnu/packages/linux.scm (linux-4.14): Remove variable.
This commit is contained in:
Jonathan Brielmaier 2024-01-22 20:01:59 +01:00
parent 45c3dca80d
commit da242a7ba1
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -118,14 +118,6 @@ on hardware which requires nonfree software to function."))))
(define-public linux-4.19
(corrupt-linux linux-libre-4.19))
(define-public linux-4.14
(corrupt-linux linux-libre-4.14
#:configs
'("# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set"
"# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set"
"# CONFIG_GCC_PLUGIN_STRUCTLEAK is not set"
"# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set")))
(define-public linux linux-6.6)
;; linux-lts points to the *newest* released long-term support version.
(define-public linux-lts linux-6.1)