Skip to content

Commit

Permalink
mindustry,mindustry-server: mark as broken for darwin
Browse files Browse the repository at this point in the history
There is a hash mismatch when built on darwin:
#105590 (comment)
  • Loading branch information
fgaz committed Dec 2, 2020
1 parent 040f43d commit 5faf8cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/games/mindustry/default.nix
Expand Up @@ -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;
};
}

0 comments on commit 5faf8cb

Please sign in to comment.