Commit 3fe7cacc authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

linuxConsoleTools: drop SDL

While the readme states the requirement is SDL 1.2 in the NEWS file they state it has switched to SDL2.
parent e314d5c6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  stdenv,
  fetchurl,
  pkg-config,
  SDL,
  SDL2,
}:

@@ -18,7 +17,6 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [
    SDL
    SDL2
  ];