mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: linux-libre@5.3: Apply upstream entropy fix.
See <https://bugs.gnu.org/37501>. * gnu/packages/linux.scm (linux-libre-5.3-source): Add "linux-libre-active-entropy.patch".
This commit is contained in:
parent
cf3d1763ed
commit
861907f01e
1 changed files with 2 additions and 1 deletions
|
@ -435,7 +435,8 @@ (define (source-with-patches source patches)
|
||||||
|
|
||||||
(define-public linux-libre-5.3-source
|
(define-public linux-libre-5.3-source
|
||||||
(source-with-patches linux-libre-5.3-pristine-source
|
(source-with-patches linux-libre-5.3-pristine-source
|
||||||
(list %boot-logo-patch
|
(list (search-patch "linux-libre-active-entropy.patch")
|
||||||
|
%boot-logo-patch
|
||||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||||
|
|
||||||
(define-public linux-libre-5.2-source
|
(define-public linux-libre-5.2-source
|
||||||
|
|
Loading…
Reference in a new issue