From 93981c0e463aef92d27e87a89cc5c09e988a11ea Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 14 Feb 2021 18:21:49 -0300 Subject: [PATCH] py65: eliminate unneeded meta.platforms buildPythonApplication already sets meta.platforms to the same set of platforms supported by Python. --- pkgs/misc/emulators/py65/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/misc/emulators/py65/default.nix b/pkgs/misc/emulators/py65/default.nix index 87439f7dcf91..66ba3cdf4b41 100644 --- a/pkgs/misc/emulators/py65/default.nix +++ b/pkgs/misc/emulators/py65/default.nix @@ -21,6 +21,5 @@ buildPythonApplication rec { ''; license = licenses.bsd3; maintainers = with maintainers; [ AndersonTorres ]; - platforms = with platforms; all; }; }