Restrict freeciv to linux platforms.
svn path=/nixpkgs/trunk/; revision=28720
This commit is contained in:
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2;
|
||||
|
||||
maintainers = with maintainers; [ pierron ];
|
||||
platforms = with platforms; all;
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user