Merge pull request #204529 from SuperSandro2000/python310Packages.keepkey-agent
python310Packages.keepkey-agent: fix pythonImportsCheck
This commit is contained in:
commit
3e45877f57
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
doCheck = false;
|
||||
pythonImportsChecks = [ "keepkey_agent" ];
|
||||
pythonImportsCheck = [ "keepkey_agent" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Using KeepKey as hardware-based SSH/PGP agent";
|
||||
|
|
Loading…
Reference in a new issue