summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2024-01-22 20:01:59 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-01-22 20:01:59 +0100
commitda242a7ba1d3b751e177852385b7dd079e41bede (patch)
treedfd573e6348e955351ce5f37271fb5450d4520df /nongnu
parent45c3dca80d3370f161b3fba3ce7a12655728c698 (diff)
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.
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/linux.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index 71709fd..c1efb40 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -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)