about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-10-31 10:48:48 +0100
committerGitHub <noreply@github.com>2019-10-31 10:48:48 +0100
commit392b12f2525d696e5f83c83cba37f8d45bf7de63 (patch)
tree7fd03159ddba70b58104716098c59ebda66bb5ce /pkgs/development/python-modules
parent0bbd890ea707b862dbb77e4f4b5ca7eee5dd3bad (diff)
parentd124858efebc9b027f271d75cc32523dca84485a (diff)
downloadnixlib-392b12f2525d696e5f83c83cba37f8d45bf7de63.tar
nixlib-392b12f2525d696e5f83c83cba37f8d45bf7de63.tar.gz
nixlib-392b12f2525d696e5f83c83cba37f8d45bf7de63.tar.bz2
nixlib-392b12f2525d696e5f83c83cba37f8d45bf7de63.tar.lz
nixlib-392b12f2525d696e5f83c83cba37f8d45bf7de63.tar.xz
nixlib-392b12f2525d696e5f83c83cba37f8d45bf7de63.tar.zst
nixlib-392b12f2525d696e5f83c83cba37f8d45bf7de63.zip
Merge pull request #72089 from prusnak/trezor-udev-rules
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