Unverified Commit 6701847c authored by K900's avatar K900 Committed by GitHub
Browse files

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

parents eae09594 29ac8c4b
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
  ];