mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lbreakout2: disable sdltest on darwin
Gets stuck during configure run.
This commit is contained in:
parent
71091397cc
commit
8dd1001139
@ -25,6 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
(lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest")
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
SDL
|
||||
SDL_mixer
|
||||
|
Loading…
Reference in New Issue
Block a user