mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sdl2: Fix build on 32-bit architectures.
* gnu/packages/patches/sdl2-mesa-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/sdl.scm (sdl2)[source](patches): New field.
This commit is contained in:
parent
2737c7fe8a
commit
c436261312
3 changed files with 23 additions and 0 deletions
|
@ -114,6 +114,7 @@ joystick, and graphics hardware.")
|
|||
(uri
|
||||
(string-append "https://libsdl.org/release/SDL2-"
|
||||
version ".tar.gz"))
|
||||
(patches (search-patches "sdl2-mesa-compat.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mqxp6w5jhbq6y1j690g9r3gpzwjxh4czaglw8x05l7hl49nqrdl"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue