python/hooks/pythonNamespaces: fix __pycache__ logic
This commit is contained in:
committed by
Jonathan Ringer
parent
95d9ff16f3
commit
f5d9dd3050
@@ -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) {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user