forked from mirrors/nixpkgs
pythonPackages.trezor_agent: adding buildInputs required for GPG
This commit is contained in:
parent
37831d6d35
commit
f7d9cf16bf
|
@ -8,6 +8,8 @@
|
|||
, mnemonic
|
||||
, keepkey
|
||||
, semver
|
||||
, wheel
|
||||
, pinentry
|
||||
}:
|
||||
|
||||
buildPythonPackage rec{
|
||||
|
@ -19,7 +21,7 @@ buildPythonPackage rec{
|
|||
sha256 = "e82bf000c1178b1a7612f2a90487eb34c6234d2edb15dc8e310ad875d8298690";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ trezor libagent ecdsa ed25519 mnemonic keepkey semver ];
|
||||
propagatedBuildInputs = [ trezor libagent ecdsa ed25519 mnemonic keepkey semver wheel pinentry ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Using Trezor as hardware SSH agent";
|
||||
|
|
Loading…
Reference in a new issue