SDL2_image: remove unused inputs

This commit is contained in:
Peder Bergebakken Sundt
2025-04-23 21:23:25 +02:00
parent a6cbffdc00
commit 4473849d6d
-6
View File
@@ -2,10 +2,7 @@
lib,
SDL2,
autoreconfHook,
darwin,
fetchurl,
giflib,
libXpm,
libjpeg,
libpng,
libtiff,
@@ -19,9 +16,6 @@
enableSdltest ? (!stdenv.hostPlatform.isDarwin),
}:
let
inherit (darwin.apple_sdk.frameworks) Foundation;
in
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2_image";
version = "2.8.5";