Skip to content

Commit

Permalink
Merge pull request #43694 from Ma27/disable-trezor-python2
Browse files Browse the repository at this point in the history
pythonPackages.trezor: disable build
  • Loading branch information
FRidh committed Jul 18, 2018
2 parents eba8679 + ab41833 commit b3af2cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/trezor/default.nix
@@ -1,11 +1,13 @@
{ lib, fetchPypi, buildPythonPackage,
protobuf, hidapi, ecdsa, mnemonic, requests, pyblake2, click, libusb1, rlp
protobuf, hidapi, ecdsa, mnemonic, requests, pyblake2, click, libusb1, rlp, isPy3k
}:

buildPythonPackage rec {
pname = "trezor";
version = "0.9.1";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "a481191011bade98f1e9f1201e7c72a83945050657bbc90dc4ac32dc8b8b46a4";
Expand Down

0 comments on commit b3af2cd

Please sign in to comment.