mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
surreal-engine: fix build with sdl2-compat
This commit is contained in:
parent
a3214c59e5
commit
8700a0c272
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
openal,
|
||||
pkg-config,
|
||||
SDL2,
|
||||
libX11,
|
||||
stdenv,
|
||||
vulkan-loader,
|
||||
wayland,
|
||||
|
@ -39,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libffi
|
||||
openal
|
||||
SDL2
|
||||
libX11
|
||||
vulkan-loader
|
||||
wayland
|
||||
waylandpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue