mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: efivar: Fix build on other architectures.
* gnu/packages/linux.scm (efivar)[source]: Add patch. * gnu/packages/patches/efivar-fix-fprint-format.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I6b80ef642e953bbf68b9dd972a176a2bb155104f
This commit is contained in:
parent
379aee7b4f
commit
a8287d8bc4
3 changed files with 49 additions and 1 deletions
|
@ -8274,7 +8274,8 @@ under OpenGL graphics workloads.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zd9dghg1z2rrsazv3d9rj7nik6kdqz42jiak65pipz7mpjn9zdk"))))
|
||||
"1zd9dghg1z2rrsazv3d9rj7nik6kdqz42jiak65pipz7mpjn9zdk"))
|
||||
(patches (search-patches "efivar-fix-fprint-format.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue