mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: linux-libre: Remove 5.6.
The corresponding kernel config files are not yet updated, so remove linux-libre-5.6 until they can be reviewed. See bug #40190. * gnu/packages/linux (linux-libre-5.6): Delete variable.
This commit is contained in:
parent
5e16e4401f
commit
b3b33da070
1 changed files with 0 additions and 6 deletions
|
@ -821,12 +821,6 @@ (define* (make-linux-libre* version source supported-systems
|
|||
;;; Generic kernel packages.
|
||||
;;;
|
||||
|
||||
(define-public linux-libre-5.6
|
||||
(make-linux-libre* linux-libre-5.6-version
|
||||
linux-libre-5.6-source
|
||||
'("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
|
||||
#:configuration-file kernel-config))
|
||||
|
||||
(define-public linux-libre-5.4
|
||||
(make-linux-libre* linux-libre-5.4-version
|
||||
linux-libre-5.4-source
|
||||
|
|
Loading…
Reference in a new issue