py65: eliminate unneeded meta.platforms

buildPythonApplication already sets meta.platforms to the same set of platforms
supported by Python.
This commit is contained in:
AndersonTorres 2021-02-14 18:21:49 -03:00
parent f9b3e78132
commit 93981c0e46

View file

@ -21,6 +21,5 @@ buildPythonApplication rec {
'';
license = licenses.bsd3;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; all;
};
}