about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-19 11:30:48 +0200
committerGitHub <noreply@github.com>2022-06-19 11:30:48 +0200
commit42ff489d5393629b3ac06f865adc3e5c87c8a33b (patch)
tree3742190aef6d472fd628c97ef693dd3081fe6aad /pkgs/games
parent11c5f738289e335e72aa5d206a67fc6d15739e5e (diff)
pokete: drop default platform
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/pokete/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/games/pokete/default.nix b/pkgs/games/pokete/default.nix
index 8ddea5cbbceaf..9d4469e1705ce 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;
   };
 }