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:
Frederik Rietdijk 2022-10-03 17:23:26 +02:00 committed by Frederik Rietdijk
parent de5951f3c2
commit 69ea4c8696

View file

@ -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;