From 957775802e3c9aecd8d7312bc652e8209a4352d9 Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Tue, 3 Jun 2025 19:16:23 +0200 Subject: [PATCH] _1oom: drop SDL dependencies They are ignored in favor of the SDL2. Signed-off-by: Marcin Serwin --- pkgs/by-name/_1/_1oom/package.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/by-name/_1/_1oom/package.nix b/pkgs/by-name/_1/_1oom/package.nix index 9cbe274038e2..6e4aa7d59504 100644 --- a/pkgs/by-name/_1/_1oom/package.nix +++ b/pkgs/by-name/_1/_1oom/package.nix @@ -9,8 +9,6 @@ libGLU, libX11, libXext, - SDL, - SDL_mixer, SDL2, SDL2_mixer, readline, @@ -36,8 +34,6 @@ stdenv.mkDerivation rec { libGLU libX11 libXext - SDL - SDL_mixer SDL2 SDL2_mixer readline