treewide: inherit format = "wheel"

This commit is contained in:
Sandro Jäckel
2021-01-04 17:41:32 +01:00
parent 11aa63cd95
commit f34f2f0b90
4 changed files with 4 additions and 8 deletions

View File

@@ -15,8 +15,7 @@ buildPythonPackage rec {
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
format = "wheel";
inherit pname version format;
python = "py3";
sha256 = "1b27d7d63e3191e5d7238631fc828e4493590e94dcea034e386c079d853cce14";
};