diff --git a/pkgs/games/freeciv/default.nix b/pkgs/games/freeciv/default.nix index e5602fc1c13..f5b101b8882 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; }; }