SDL2_image: remove unused inputs
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user