summary refs log tree commit diff
path: root/pkgs/games/freeciv
diff options
context:
space:
mode:
authorNicolas Pierron <nicolas.b.pierron@gmail.com>2011-08-21 15:36:25 +0000
committerNicolas Pierron <nicolas.b.pierron@gmail.com>2011-08-21 15:36:25 +0000
commit4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25 (patch)
tree29552490ffe638ab1a03cf55155762e24cadfa15 /pkgs/games/freeciv
parent27dc4940955cb0ebe05bf867f0b98348617dc49d (diff)
downloadnixpkgs-4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25.tar
nixpkgs-4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25.tar.gz
nixpkgs-4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25.tar.bz2
nixpkgs-4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25.tar.lz
nixpkgs-4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25.tar.xz
nixpkgs-4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25.tar.zst
nixpkgs-4c8bbfe81bc20ccd3c95a9691863cc6ddacc2c25.zip
Restrict freeciv to linux platforms.
svn path=/nixpkgs/trunk/; revision=28720
Diffstat (limited to 'pkgs/games/freeciv')
-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 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;
   };
 }