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
This commit is contained in:
Francesco Gazzetta 2020-12-02 13:52:19 +01:00
parent 040f43d890
commit 5faf8cbfa5

View file

@ -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;
};
}