lbreakout2: disable sdltest on darwin

Gets stuck during configure run.
This commit is contained in:
Martin Weinelt 2024-11-11 19:25:13 +01:00
parent 71091397cc
commit 8dd1001139
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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