Merge pull request #299645 from tomberek/tomberek.minecraft_broken

minecraft: mark broken
This commit is contained in:
Doron Behar 2024-05-08 09:42:42 +03:00 committed by GitHub
commit 5fab32dab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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 = {