restore dist/py3 hints on wheels
This commit is contained in:
@@ -13,6 +13,8 @@ let
|
||||
src = fetchPypi {
|
||||
inherit pname version hash;
|
||||
format = "wheel";
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
};
|
||||
inherit propagatedBuildInputs;
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user