We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bb651 commit cccee69Copy full SHA for cccee69
pkgs/by-name/pr/projectm-sdl-cpp/package.nix
@@ -60,5 +60,6 @@ stdenv.mkDerivation {
60
maintainers = with lib.maintainers; [ fgaz ];
61
mainProgram = "projectMSDL";
62
platforms = lib.platforms.all;
63
+ broken = stdenv.hostPlatform.isDarwin; # TODO build probably needs some fixing
64
};
65
}
0 commit comments