minecraft: mark broken

This commit is contained in:
Tom Bereknyei
2024-05-07 13:57:49 -04:00
parent bb2b73df7b
commit 8b34e45564
+3
View File
@@ -151,6 +151,9 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
# "minecraft-launcher will fail on NixOS for minecraft versions >1.19
# try prismlauncher or atlauncher instead"
broken = true;
};
passthru = {