Unverified Commit 5fab32da authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #299645 from tomberek/tomberek.minecraft_broken

minecraft: mark broken
parents 568e0d0e 8b34e455
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {