anthy: expand platforms to unix

This commit is contained in:
Ben Siraphob
2021-03-06 21:02:44 +07:00
parent 48fbf632d9
commit 4cd3c27aee
+1 -1
View File
@@ -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 {