diff --git a/pkgs/games/pokete/default.nix b/pkgs/games/pokete/default.nix index 8ddea5cbbcea..9d4469e1705c 100644 --- a/pkgs/games/pokete/default.nix +++ b/pkgs/games/pokete/default.nix @@ -50,6 +50,5 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://lxgr-linux.github.io/pokete"; license = licenses.gpl3Only; maintainers = with maintainers; [ fgaz ]; - platforms = platforms.unix; }; }