python3.pkgs.pybind11: clean redundant "out = " argument builtins.derivation (#543685)
This commit is contained in:
@@ -21,7 +21,6 @@ let
|
||||
setupHook = makeSetupHook {
|
||||
name = "pybind11-setup-hook";
|
||||
substitutions = {
|
||||
out = placeholder "out";
|
||||
pythonInterpreter = python.pythonOnBuildForHost.interpreter;
|
||||
pythonIncludeDir = "${python}/include/${python.libPrefix}";
|
||||
pythonSitePackages = "${python}/${python.sitePackages}";
|
||||
|
||||
Reference in New Issue
Block a user