Merge pull request #172899 from armeenm/break-blightmud

blightmud-tts: mark as broken

authored by tomberek and committed by GitHub e23f1f25 2f5d6f31

+2
+2
pkgs/games/blightmud/default.nix
··· 75 license = licenses.gpl3Plus; 76 maintainers = with maintainers; [ cpu ]; 77 platforms = platforms.linux; 78 }; 79 }
··· 75 license = licenses.gpl3Plus; 76 maintainers = with maintainers; [ cpu ]; 77 platforms = platforms.linux; 78 + # See https://github.com/NixOS/nixpkgs/pull/160120 79 + broken = withTTS; 80 }; 81 }