Commit 29ac8c4b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

tangerine: fix the build against sdl2-compat

parent a3214c59
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  cmake,
  ncurses,
  SDL2,
  libGL,
  libX11,
}:

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