linuxConsoleTools: drop SDL

While the readme states the requirement is SDL 1.2 in the NEWS file they state it has switched to SDL2.
This commit is contained in:
Peder Bergebakken Sundt
2025-05-22 15:52:40 +02:00
parent e314d5c6d3
commit 3fe7caccd7
@@ -3,7 +3,6 @@
stdenv,
fetchurl,
pkg-config,
SDL,
SDL2,
}:
@@ -18,7 +17,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [
SDL
SDL2
];