lbreakout2: disable sdltest on darwin (#355317)
This commit is contained in:
commit
774183fcfe
@ -25,6 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
(lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest")
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL
|
SDL
|
||||||
SDL_mixer
|
SDL_mixer
|
||||||
|
Loading…
Reference in New Issue
Block a user