gnu: Remove duplicated linux-libre-arm64-generic-5.8.
This fixes a test failure in "fold-available-packages with/without cache". * gnu/packages/linux.scm (linux-libre-arm64-generic-5.8): Remove it as it duplicates linux-libre-arm64-generic.
This commit is contained in:
parent
7bcc8004b1
commit
2f2dbde921
1 changed files with 0 additions and 12 deletions
|
@ -983,18 +983,6 @@ It has been modified to remove all non-free binary blobs.")
|
||||||
'("aarch64-linux")
|
'("aarch64-linux")
|
||||||
#:defconfig "defconfig"
|
#:defconfig "defconfig"
|
||||||
#:extra-version "arm64-generic"
|
#:extra-version "arm64-generic"
|
||||||
#:extra-options
|
|
||||||
(append
|
|
||||||
`(;; needed to fix the RTC on rockchip platforms
|
|
||||||
("CONFIG_RTC_DRV_RK808" . #t))
|
|
||||||
%default-extra-linux-options)))
|
|
||||||
|
|
||||||
(define-public linux-libre-arm64-generic-5.8
|
|
||||||
(make-linux-libre* linux-libre-5.8-version
|
|
||||||
linux-libre-5.8-source
|
|
||||||
'("aarch64-linux")
|
|
||||||
#:defconfig "defconfig"
|
|
||||||
#:extra-version "arm64-generic"
|
|
||||||
#:extra-options
|
#:extra-options
|
||||||
(append
|
(append
|
||||||
`(;; needed to fix the RTC on rockchip platforms
|
`(;; needed to fix the RTC on rockchip platforms
|
||||||
|
|
Reference in a new issue