mindustry,mindustry-server: mark as broken for darwin

There is a hash mismatch when built on darwin:
https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293
wip/yesman
Francesco Gazzetta 4 years ago
parent 040f43d890
commit 5faf8cbfa5
  1. 3
      pkgs/games/mindustry/default.nix

@ -128,5 +128,8 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ fgaz ];
platforms = platforms.all;
# Hash mismatch on darwin:
# https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293
broken = stdenv.isDarwin;
};
}

Loading…
Cancel
Save