mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: linux-libre: Fix drm_wait_one_vblank warnings.
* gnu/packages/patches/linux-libre-vblank-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre)[source]: Add patch.
This commit is contained in:
parent
f2ca414acb
commit
025523f1e4
3 changed files with 178 additions and 1 deletions
|
@ -273,7 +273,8 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
|
|||
(base32
|
||||
"13nq0wzkjy7hrhnnvxlwzs1awlqd81vzriqddjn6s9ma3fzj44bn"))
|
||||
(patches
|
||||
(list (search-patch "linux-libre-libreboot-fix.patch")))))
|
||||
(list (search-patch "linux-libre-libreboot-fix.patch")
|
||||
(search-patch "linux-libre-vblank-fix.patch")))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("perl" ,perl)
|
||||
("bc" ,bc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue