forked from mirrors/nixpkgs
pythonPackages.buildPython*: also output dist when using wheel
Typically the actual wheel will be unchanged, but it is possible we use the relax deps hook modifying the wheel.
This commit is contained in:
parent
de5951f3c2
commit
69ea4c8696
|
@ -109,7 +109,7 @@ else
|
|||
let
|
||||
inherit (python) stdenv;
|
||||
|
||||
withDistOutput = lib.elem format ["pyproject" "setuptools" "flit"];
|
||||
withDistOutput = lib.elem format ["pyproject" "setuptools" "flit" "wheel"];
|
||||
|
||||
name_ = name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue