From 4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 21 Aug 2011 15:36:25 +0000 Subject: [PATCH] Restrict freeciv to linux platforms. svn path=/nixpkgs/trunk/; revision=28720 --- pkgs/games/freeciv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }