pythonPackages.setuptoolsBuildHook: fix debug message

This commit is contained in:
Dmitry Kalinkin 2019-10-29 14:49:55 -04:00 committed by Frederik Rietdijk
parent ba065f3fad
commit 3466faf9d8

View File

@ -17,7 +17,7 @@ setuptoolsBuildPhase() {
eval "@pythonInterpreter@ nix_run_setup $args bdist_wheel"
runHook postBuild
echo "Finished executing setuptoolsInstallPhase"
echo "Finished executing setuptoolsBuildPhase"
}
setuptoolsShellHook() {