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;
|
license = licenses.gpl2;
|
||||||
|
|
||||||
maintainers = with maintainers; [ pierron ];
|
maintainers = with maintainers; [ pierron ];
|
||||||
platforms = with platforms; all;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue