python3Packages.setuptoolsBuildHook: correct name
Make `name` attribute into the same format as every other hook (modulo .sh). Nothing else in nixpkgs appears to refer to the old name.
This commit is contained in:
@@ -191,7 +191,7 @@ in {
|
||||
|
||||
setuptoolsBuildHook = callPackage ({ makePythonHook, setuptools, wheel }:
|
||||
makePythonHook {
|
||||
name = "setuptools-setup-hook";
|
||||
name = "setuptools-build-hook";
|
||||
propagatedBuildInputs = [ setuptools wheel ];
|
||||
substitutions = {
|
||||
inherit pythonInterpreter setuppy;
|
||||
|
||||
Reference in New Issue
Block a user