summary refs log tree commit diff
path: root/pkgs/servers/trezord
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/servers/trezord
parent172601d4bf196a143e4b83a01a451ffd37b6c321 (diff)
downloadnixpkgs-d124858efebc9b027f271d75cc32523dca84485a.tar
nixpkgs-d124858efebc9b027f271d75cc32523dca84485a.tar.gz
nixpkgs-d124858efebc9b027f271d75cc32523dca84485a.tar.bz2
nixpkgs-d124858efebc9b027f271d75cc32523dca84485a.tar.lz
nixpkgs-d124858efebc9b027f271d75cc32523dca84485a.tar.xz
nixpkgs-d124858efebc9b027f271d75cc32523dca84485a.tar.zst
nixpkgs-d124858efebc9b027f271d75cc32523dca84485a.zip
trezor-udev-rules: init at unstable-2019-07-17
Diffstat (limited to 'pkgs/servers/trezord')
-rw-r--r--pkgs/servers/trezord/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/servers/trezord/default.nix b/pkgs/servers/trezord/default.nix
index 38fefd041bd..134d36258a5 100644
--- a/pkgs/servers/trezord/default.nix
+++ b/pkgs/servers/trezord/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, buildGoPackage, fetchFromGitHub }:
+{ stdenv, buildGoPackage, fetchFromGitHub, trezor-udev-rules }:
 
 buildGoPackage rec {
   pname = "trezord-go";
@@ -13,6 +13,8 @@ buildGoPackage rec {
     sha256 = "00d90qmmk1pays78a2jm8gb7dncvlsjjn4033q1yd1ii3fxc6nh8";
   };
 
+  propagatedBuildInputs = [ trezor-udev-rules ];
+
   meta = with stdenv.lib; {
     description = "TREZOR Communication Daemon aka TREZOR Bridge";
     homepage = "https://trezor.io";