about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2019-10-27 14:17:02 +0100
committerPavol Rusnak <pavol@rusnak.io>2019-10-30 15:15:22 +0100
commitd124858efebc9b027f271d75cc32523dca84485a (patch)
tree845536f67511ecf74c4541d9fd23f0e6d621d7c5 /pkgs/development/python-modules
parent172601d4bf196a143e4b83a01a451ffd37b6c321 (diff)
downloadnixlib-d124858efebc9b027f271d75cc32523dca84485a.tar
nixlib-d124858efebc9b027f271d75cc32523dca84485a.tar.gz
nixlib-d124858efebc9b027f271d75cc32523dca84485a.tar.bz2
nixlib-d124858efebc9b027f271d75cc32523dca84485a.tar.lz
nixlib-d124858efebc9b027f271d75cc32523dca84485a.tar.xz
nixlib-d124858efebc9b027f271d75cc32523dca84485a.tar.zst
nixlib-d124858efebc9b027f271d75cc32523dca84485a.zip
trezor-udev-rules: init at unstable-2019-07-17
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/trezor/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/trezor/default.nix b/pkgs/development/python-modules/trezor/default.nix
index 078727ddc9ac..cdf29cb565d3 100644
--- a/pkgs/development/python-modules/trezor/default.nix
+++ b/pkgs/development/python-modules/trezor/default.nix
@@ -11,6 +11,7 @@
 , libusb1
 , rlp
 , shamir-mnemonic
+, trezor-udev-rules
 }:
 
 buildPythonPackage rec {
@@ -24,7 +25,7 @@ buildPythonPackage rec {
     sha256 = "cd8aafd70a281daa644c4a3fb021ffac20b7a88e86226ecc8bb3e78e1734a184";
   };
 
-  propagatedBuildInputs = [ typing-extensions protobuf hidapi ecdsa mnemonic requests pyblake2 click construct libusb1 rlp shamir-mnemonic ];
+  propagatedBuildInputs = [ typing-extensions protobuf hidapi ecdsa mnemonic requests pyblake2 click construct libusb1 rlp shamir-mnemonic trezor-udev-rules ];
 
   checkInputs = [
     pytest