nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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.

authored by

Frederik Rietdijk and committed by
Frederik Rietdijk
69ea4c86 de5951f3

+1 -1
+1 -1
pkgs/development/interpreters/python/mk-python-derivation.nix
··· 109 109 let 110 110 inherit (python) stdenv; 111 111 112 - withDistOutput = lib.elem format ["pyproject" "setuptools" "flit"]; 112 + withDistOutput = lib.elem format ["pyproject" "setuptools" "flit" "wheel"]; 113 113 114 114 name_ = name; 115 115