forked from mirrors/nixpkgs
py65: eliminate unneeded meta.platforms
buildPythonApplication already sets meta.platforms to the same set of platforms supported by Python.
This commit is contained in:
parent
f9b3e78132
commit
93981c0e46
|
@ -21,6 +21,5 @@ buildPythonApplication rec {
|
|||
'';
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = with platforms; all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue