remove dist/python constraints on fetchWheel

This commit is contained in:
2026-05-27 19:46:54 +02:00
parent 5b30010e3d
commit 5afdbe50fb

View File

@@ -14,8 +14,6 @@ let
src = fetchPypi {
inherit pname version hash;
format = "wheel";
dist = "py3";
python = "py3";
};
inherit propagatedBuildInputs;
doCheck = false;