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:
parent
040f43d890
commit
5faf8cbfa5
@ -128,5 +128,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ fgaz ];
|
maintainers = with maintainers; [ fgaz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
# Hash mismatch on darwin:
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user