mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
bitcoin-abc: mark broken on darwin
Last successful build https://hydra.nixos.org/build/74552872. /cc ZHF #45961
This commit is contained in:
parent
f1542f612b
commit
cf9d1a6d30
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://bitcoinabc.org/;
|
||||
maintainers = with maintainers; [ lassulus ];
|
||||
license = licenses.mit;
|
||||
broken = stdenv.isDarwin;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue