lbreakout2: disable sdltest on darwin (#355317)

This commit is contained in:
Martin Weinelt 2024-11-14 13:18:37 +01:00 committed by GitHub
commit 774183fcfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
})
];
configureFlags = [
(lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest")
];
buildInputs = [
SDL
SDL_mixer