makeSetupHook: support depsTargetTargetPropagated

This commit is contained in:
Artturin
2023-02-07 21:00:18 +02:00
parent 84e37a10ec
commit 9a9c42e19f
4 changed files with 17 additions and 9 deletions
@@ -5,7 +5,7 @@
makePythonHook {
name = "wrap-python-hook";
deps = makeWrapper;
deps = [ makeWrapper ];
substitutions.sitePackages = python.sitePackages;
substitutions.executable = python.interpreter;
substitutions.python = python.pythonForBuild;