restore dist/py3 hints on wheels

This commit is contained in:
2026-05-27 20:20:48 +02:00
parent af28a83009
commit b73ef032a4

View File

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