SDL_compat: use SDL3 through sdl2-compat

This commit is contained in:
Marcin Serwin
2025-03-15 10:05:34 +01:00
parent 8397e0fb2e
commit abaf2bd382
+6 -2
View File
@@ -1,11 +1,12 @@
{
lib,
SDL2,
sdl2-compat,
cmake,
darwin,
fetchFromGitHub,
libGLU,
libiconv,
libX11,
mesa,
pkg-config,
stdenv,
@@ -39,7 +40,10 @@ stdenv.mkDerivation (finalAttrs: {
];
propagatedBuildInputs =
[ SDL2 ]
[
libX11
sdl2-compat
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
libiconv
Cocoa