mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
pythonPackages.buildPythonPackage: enable verbose output with pyproject
This makes the build log more useful
This commit is contained in:
parent
9c9882ecd9
commit
4aee58ec96
|
@ -7,7 +7,7 @@ pipBuildPhase() {
|
|||
|
||||
mkdir -p dist
|
||||
echo "Creating a wheel..."
|
||||
@pythonInterpreter@ -m pip wheel --no-index --no-deps --no-clean --no-build-isolation --wheel-dir dist .
|
||||
@pythonInterpreter@ -m pip wheel --verbose --no-index --no-deps --no-clean --no-build-isolation --wheel-dir dist .
|
||||
echo "Finished creating a wheel..."
|
||||
|
||||
runHook postBuild
|
||||
|
|
Loading…
Reference in a new issue