summary refs log tree commit diff
path: root/pkgs/games/stockfish/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/stockfish/default.nix')
-rw-r--r--pkgs/games/stockfish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/stockfish/default.nix b/pkgs/games/stockfish/default.nix
index 629d7b1ea82f..14b9b424345d 100644
--- a/pkgs/games/stockfish/default.nix
+++ b/pkgs/games/stockfish/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
       much stronger than the best human chess grandmasters.
       '';
     maintainers = with maintainers; [ luispedro peti ];
-    platforms = with platforms; i686 ++ x86_64;
+    platforms = ["x86_64-linux" "i686-linux"];
     license = licenses.gpl2;
   };