python3Packages.pythonNamespacesHook: use findutils from buildPackages (#249864)
This commit is contained in:
@@ -107,11 +107,12 @@ in {
|
||||
};
|
||||
} ./python-imports-check-hook.sh) {};
|
||||
|
||||
pythonNamespacesHook = callPackage ({ makePythonHook, findutils }:
|
||||
pythonNamespacesHook = callPackage ({ makePythonHook, buildPackages }:
|
||||
makePythonHook {
|
||||
name = "python-namespaces-hook.sh";
|
||||
substitutions = {
|
||||
inherit pythonSitePackages findutils;
|
||||
inherit pythonSitePackages;
|
||||
inherit (buildPackages) findutils;
|
||||
};
|
||||
} ./python-namespaces-hook.sh) {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user