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