python3.7-trezor_agent: fix startup error
This commit is contained in:
parent
a45785a7b3
commit
69889d3359
|
@ -8,6 +8,7 @@
|
|||
, mnemonic
|
||||
, keepkey
|
||||
, semver
|
||||
, setuptools
|
||||
, wheel
|
||||
, pinentry
|
||||
}:
|
||||
|
@ -21,7 +22,7 @@ buildPythonPackage rec{
|
|||
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; {
|
||||
description = "Using Trezor as hardware SSH agent";
|
||||
|
|
Loading…
Reference in New Issue