Skip to content

Commit

Permalink
bitcoin-classic: mark broken on darwin
Browse files Browse the repository at this point in the history
Last successful build https://hydra.nixos.org/build/74552951.

/cc ZHF #45961
  • Loading branch information
LnL7 committed Sep 12, 2018
1 parent cf9d1a6 commit d990bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/altcoins/bitcoin-classic.nix
Expand Up @@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
homepage = https://bitcoinclassic.com/;
maintainers = with maintainers; [ jefdaj ];
license = licenses.mit;
broken = stdenv.isDarwin;
platforms = platforms.unix;
};
}

0 comments on commit d990bae

Please sign in to comment.