From 3fe7caccd7a56fc5ab59ec0cfc8805ddc302bab0 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 22 May 2025 15:52:40 +0200 Subject: [PATCH] linuxConsoleTools: drop SDL While the readme states the requirement is SDL 1.2 in the NEWS file they state it has switched to SDL2. --- pkgs/by-name/li/linuxConsoleTools/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/li/linuxConsoleTools/package.nix b/pkgs/by-name/li/linuxConsoleTools/package.nix index 323c83b9d26b..f9aeeae682c8 100644 --- a/pkgs/by-name/li/linuxConsoleTools/package.nix +++ b/pkgs/by-name/li/linuxConsoleTools/package.nix @@ -3,7 +3,6 @@ stdenv, fetchurl, pkg-config, - SDL, SDL2, }: @@ -18,7 +17,6 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkg-config ]; buildInputs = [ - SDL SDL2 ];