minecraft: mark broken

+3
+3
pkgs/games/minecraft/default.nix
··· 151 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 152 license = licenses.unfree; 153 platforms = [ "x86_64-linux" ]; 154 }; 155 156 passthru = {
··· 151 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 152 license = licenses.unfree; 153 platforms = [ "x86_64-linux" ]; 154 + # "minecraft-launcher will fail on NixOS for minecraft versions >1.19 155 + # try prismlauncher or atlauncher instead" 156 + broken = true; 157 }; 158 159 passthru = {