treewide: makeSetupHook deps -> propagatedBuildInputs

This commit is contained in:
Artturin
2023-02-07 21:02:00 +02:00
parent 8be7ab60b1
commit 4e3dcf364e
19 changed files with 88 additions and 89 deletions
@@ -5,7 +5,7 @@
makePythonHook {
name = "wrap-python-hook";
deps = [ makeWrapper ];
propagatedBuildInputs = [ makeWrapper ];
substitutions.sitePackages = python.sitePackages;
substitutions.executable = python.interpreter;
substitutions.python = python.pythonForBuild;