bitcoin-xt: mark broken on darwin

/cc ZHF #45961

(cherry picked from commit 8f6ede967e)
This commit is contained in:
Daiderd Jordan
2018-09-12 21:02:24 +02:00
parent 72830db1a0
commit 3c2e66d746

View File

@@ -43,6 +43,7 @@ stdenv.mkDerivation rec{
homepage = https://bitcoinxt.software/;
maintainers = with maintainers; [ jefdaj ];
license = licenses.mit;
broken = stdenv.isDarwin;
platforms = platforms.unix;
};
}