forked from mirrors/nixpkgs
anthy: expand platforms to unix
This commit is contained in:
parent
48fbf632d9
commit
4cd3c27aee
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://anthy.osdn.jp/";
|
homepage = "https://anthy.osdn.jp/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ ericsagnes ];
|
maintainers = with maintainers; [ ericsagnes ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue