python311Packages.django-pwa: fix pythonImportsCheck typo

This commit is contained in:
Peder Bergebakken Sundt
2024-09-12 22:39:52 +02:00
parent 731a66d13b
commit f9ba61be40
@@ -26,7 +26,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ django ];
pyImportCheck = [ "pwa" ];
pythonImportsCheck = [ "pwa" ];
checkPhase = ''
runHook preCheck