bitcoin: Disable darwin builds

bitcoin requires hexdump to build.
In theory hexdump is provided by the darwin.shell_cmds, but that packages doesn't seem to build at the moment.

+2 -1
+2 -1
pkgs/applications/altcoins/bitcoin.nix
··· 36 36 homepage = http://www.bitcoin.org/; 37 37 maintainers = with maintainers; [ roconnor AndersonTorres ]; 38 38 license = licenses.mit; 39 - platforms = platforms.unix; 39 + # bitcoin needs hexdump to build, which doesn't seem to build on darwin at the moment. 40 + platforms = platforms.linux; 40 41 }; 41 42 }