Skip to content

Commit

Permalink
lbreakout2: disable sdltest on darwin (NixOS#355317)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 14, 2024
2 parents a4b80ce + 8dd1001 commit 774183f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/lb/lbreakout2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
})
];

configureFlags = [
(lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest")
];

buildInputs = [
SDL
SDL_mixer
Expand Down

0 comments on commit 774183f

Please sign in to comment.