diff --git a/pkgs/by-name/sd/SDL2_classic/package.nix b/pkgs/by-name/sd/SDL2_classic/package.nix index 831d5074e772..2c88c50914d9 100644 --- a/pkgs/by-name/sd/SDL2_classic/package.nix +++ b/pkgs/by-name/sd/SDL2_classic/package.nix @@ -48,9 +48,6 @@ withStatic ? stdenv.hostPlatform.isMinGW, # passthru.tests testers, - SDL2_classic_ttf, - SDL2_classic_mixer, - SDL2_classic_image, }: # NOTE: When editing this expression see if the same change applies to @@ -210,11 +207,6 @@ stdenv.mkDerivation (finalAttrs: { }; tests = { pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; - inherit - SDL2_classic_ttf - SDL2_classic_mixer - SDL2_classic_image - ; }; };