Skip to content

Commit cccee69

Browse files
committedMar 23, 2025
projectm-sdl-cpp: mark as not compiling on darwin
1 parent 92bb651 commit cccee69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/by-name/pr/projectm-sdl-cpp/package.nix

+1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ stdenv.mkDerivation {
6060
maintainers = with lib.maintainers; [ fgaz ];
6161
mainProgram = "projectMSDL";
6262
platforms = lib.platforms.all;
63+
broken = stdenv.hostPlatform.isDarwin; # TODO build probably needs some fixing
6364
};
6465
}

0 commit comments

Comments
 (0)
Failed to load comments.