summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/games/freeciv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/freeciv/default.nix b/pkgs/games/freeciv/default.nix
index e5602fc1c13d..f5b101b8882c 100644
--- a/pkgs/games/freeciv/default.nix
+++ b/pkgs/games/freeciv/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
 
     maintainers = with maintainers; [ pierron ];
-    platforms = with platforms; all;
+    platforms = with platforms; linux;
   };
 }