python310Packages.keepkey-agent: fix pythonImportsCheck

This commit is contained in:
Sandro
2022-12-04 21:27:15 +01:00
committed by GitHub
parent 8b1410f1bf
commit 285898a552
@@ -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";