apt-offline: fix pythonImportsCheck usage
This commit is contained in:
parent
b5641a8e7c
commit
9cae03dbcd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
doCheck = false;
|
||||
|
||||
pythonimportsCheck = [ "apt-offline" ];
|
||||
pythonImportsCheck = [ "apt_offline_core" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue