about summary refs log tree commit diff
path: root/pkgs/games/tome4
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-08-01 18:33:27 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-08-01 18:33:27 +0200
commit278086eddb757507175f0b5bc3c54ff7fc0aaa54 (patch)
treec7033a53ce5ef888e10cc025ee18dd0da09100fb /pkgs/games/tome4
parentefb7405702e62f6edbdcfcacd2ce3e56aa9de40a (diff)
treewide: fix platforms
Diffstat (limited to 'pkgs/games/tome4')
-rw-r--r--pkgs/games/tome4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tome4/default.nix b/pkgs/games/tome4/default.nix
index b732777ed3a81..704d09d72de97 100644
--- a/pkgs/games/tome4/default.nix
+++ b/pkgs/games/tome4/default.nix
@@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
     homepage = "https://te4.org/";
     license = licenses.gpl3;
     maintainers = with maintainers; [ peterhoeg ];
-    platforms = with platforms; [ "i686-linux" "x86_64-linux" ];
+    platforms = [ "i686-linux" "x86_64-linux" ];
   };
 }