summary refs log tree commit diff
path: root/pkgs/applications/altcoins/bitcoin-classic.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-09-12 20:58:23 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-09-12 21:07:25 +0200
commitd990bae6ef6448aac894c58b601cd6824ba3f2ba (patch)
tree437d63a6233aea766fd1901293afd7c7275e0dc2 /pkgs/applications/altcoins/bitcoin-classic.nix
parentcf9d1a6d3043c46c75c2eb60c4627cb77b595bcc (diff)
downloadnixpkgs-d990bae6ef6448aac894c58b601cd6824ba3f2ba.tar
nixpkgs-d990bae6ef6448aac894c58b601cd6824ba3f2ba.tar.gz
nixpkgs-d990bae6ef6448aac894c58b601cd6824ba3f2ba.tar.bz2
nixpkgs-d990bae6ef6448aac894c58b601cd6824ba3f2ba.tar.lz
nixpkgs-d990bae6ef6448aac894c58b601cd6824ba3f2ba.tar.xz
nixpkgs-d990bae6ef6448aac894c58b601cd6824ba3f2ba.tar.zst
nixpkgs-d990bae6ef6448aac894c58b601cd6824ba3f2ba.zip
bitcoin-classic: mark broken on darwin
Last successful build https://hydra.nixos.org/build/74552951.

/cc ZHF #45961
Diffstat (limited to 'pkgs/applications/altcoins/bitcoin-classic.nix')
-rw-r--r--pkgs/applications/altcoins/bitcoin-classic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/altcoins/bitcoin-classic.nix b/pkgs/applications/altcoins/bitcoin-classic.nix
index 31c8ed6fc8d..34faf77e980 100644
--- a/pkgs/applications/altcoins/bitcoin-classic.nix
+++ b/pkgs/applications/altcoins/bitcoin-classic.nix
@@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
     homepage = https://bitcoinclassic.com/;
     maintainers = with maintainers; [ jefdaj ];
     license = licenses.mit;
+    broken = stdenv.isDarwin;
     platforms = platforms.unix;
   };
 }