From 39693262f5b495b28fce7dc7f3e0d805e1ff2c51 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Tue, 20 May 2025 11:34:18 +0200 Subject: [PATCH] SDL2_classic: remove passthru tests --- pkgs/by-name/sd/SDL2_classic/package.nix | 8 -------- 1 file changed, 8 deletions(-) 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 - ; }; };