drawpile: mark as broken on darwin

+1
+1
pkgs/applications/graphics/drawpile/default.nix
··· 103 license = licenses.gpl3; 104 maintainers = with maintainers; [ fgaz ]; 105 platforms = platforms.unix; 106 }; 107 } 108
··· 103 license = licenses.gpl3; 104 maintainers = with maintainers; [ fgaz ]; 105 platforms = platforms.unix; 106 + broken = stdenv.isDarwin; 107 }; 108 } 109