mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
openal,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
SDL2,
|
SDL2,
|
||||||
|
libX11,
|
||||||
stdenv,
|
stdenv,
|
||||||
vulkan-loader,
|
vulkan-loader,
|
||||||
wayland,
|
wayland,
|
||||||
|
@ -39,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
libffi
|
libffi
|
||||||
openal
|
openal
|
||||||
SDL2
|
SDL2
|
||||||
|
libX11
|
||||||
vulkan-loader
|
vulkan-loader
|
||||||
wayland
|
wayland
|
||||||
waylandpp
|
waylandpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue