tangerine: fix the build against sdl2-compat (#403471)

This commit is contained in:
K900
2025-05-02 13:27:20 +03:00
committed by GitHub
+2
View File
@@ -6,6 +6,7 @@
cmake,
ncurses,
SDL2,
libGL,
libX11,
}:
@@ -32,6 +33,7 @@ stdenv.mkDerivation {
buildInputs = [
ncurses
SDL2
libGL
libX11
];