python3.7-trezor_agent: fix startup error

This commit is contained in:
Alan Pearce 2019-10-17 17:18:11 +02:00 committed by Jon
parent a45785a7b3
commit 69889d3359
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
, mnemonic , mnemonic
, keepkey , keepkey
, semver , semver
, setuptools
, wheel , wheel
, pinentry , pinentry
}: }:
@ -21,7 +22,7 @@ buildPythonPackage rec{
sha256 = "e82bf000c1178b1a7612f2a90487eb34c6234d2edb15dc8e310ad875d8298690"; sha256 = "e82bf000c1178b1a7612f2a90487eb34c6234d2edb15dc8e310ad875d8298690";
}; };
propagatedBuildInputs = [ trezor libagent ecdsa ed25519 mnemonic keepkey semver wheel pinentry ]; propagatedBuildInputs = [ setuptools trezor libagent ecdsa ed25519 mnemonic keepkey semver wheel pinentry ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Using Trezor as hardware SSH agent"; description = "Using Trezor as hardware SSH agent";