mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-06 13:37:01 +00:00
bitcoin-classic: mark broken on darwin
Last successful build https://hydra.nixos.org/build/74552951. /cc ZHF #45961
This commit is contained in:
parent
cf9d1a6d30
commit
d990bae6ef
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://bitcoinclassic.com/;
|
homepage = https://bitcoinclassic.com/;
|
||||||
maintainers = with maintainers; [ jefdaj ];
|
maintainers = with maintainers; [ jefdaj ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue