python311Packages.django-pwa: fix pythonImportsCheck typo
This commit is contained in:
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ django ];
|
||||
|
||||
pyImportCheck = [ "pwa" ];
|
||||
pythonImportsCheck = [ "pwa" ];
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
||||
Reference in New Issue
Block a user