Restrict freeciv to linux platforms.

svn path=/nixpkgs/trunk/; revision=28720
This commit is contained in:
Nicolas Pierron 2011-08-21 15:36:25 +00:00
parent 27dc494095
commit 4c8bbfe81b

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ pierron ];
platforms = with platforms; all;
platforms = with platforms; linux;
};
}