tangerine: fix the build against sdl2-compat

This commit is contained in:
Peder Bergebakken Sundt 2025-05-02 00:03:22 +02:00
parent a3214c59e5
commit 29ac8c4b8e

View file

@ -6,6 +6,7 @@
cmake,
ncurses,
SDL2,
libGL,
libX11,
}:
@ -32,6 +33,7 @@ stdenv.mkDerivation {
buildInputs = [
ncurses
SDL2
libGL
libX11
];