py65: eliminate unneeded meta.platforms

buildPythonApplication already sets meta.platforms to the same set of platforms
supported by Python.
wip/yesman
AndersonTorres 3 years ago
parent f9b3e78132
commit 93981c0e46
  1. 1
      pkgs/misc/emulators/py65/default.nix

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

Loading…
Cancel
Save