forked from mirrors/nixpkgs
Restrict freeciv to linux platforms.
svn path=/nixpkgs/trunk/; revision=28720
This commit is contained in:
parent
27dc494095
commit
4c8bbfe81b
|
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2;
|
||||
|
||||
maintainers = with maintainers; [ pierron ];
|
||||
platforms = with platforms; all;
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue