Skip to content

Commit

Permalink
electron-cash: Only build on platforms.linux
Browse files Browse the repository at this point in the history
darwin is broken

(cherry picked from commit 17bdefd)
  • Loading branch information
adisbladis committed Jan 9, 2018
1 parent 58ad926 commit 59661f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/electron-cash/default.nix
Expand Up @@ -74,6 +74,7 @@ python3Packages.buildPythonApplication rec {
of the blockchain.
'';
homepage = https://www.electroncash.org/;
platforms = platforms.linux;
maintainers = with maintainers; [ lassulus ];
license = licenses.mit;
};
Expand Down

0 comments on commit 59661f2

Please sign in to comment.