Merge pull request #172899 from armeenm/break-blightmud

blightmud-tts: mark as broken
main
tomberek 2 years ago committed by GitHub
commit e23f1f2509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/games/blightmud/default.nix

@ -75,5 +75,7 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ cpu ];
platforms = platforms.linux;
# See https://github.com/NixOS/nixpkgs/pull/160120
broken = withTTS;
};
}

Loading…
Cancel
Save