python/hooks/pythonNamespaces: fix __pycache__ logic

This commit is contained in:
Jonathan Ringer
2020-11-23 08:33:04 -08:00
committed by Jonathan Ringer
parent 95d9ff16f3
commit f5d9dd3050
2 changed files with 8 additions and 8 deletions
@@ -5,6 +5,7 @@
, disabledIf
, isPy3k
, ensureNewerSourcesForZipFilesHook
, findutils
}:
let
@@ -94,7 +95,7 @@ in rec {
makeSetupHook {
name = "python-namespaces-hook.sh";
substitutions = {
inherit pythonSitePackages;
inherit pythonSitePackages findutils;
};
} ./python-namespaces-hook.sh) {};