From 4cd3c27aee807e68b24f66ca9adfb6ad085c675a Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 4 Mar 2021 15:15:04 +0700 Subject: [PATCH] anthy: expand platforms to unix --- pkgs/tools/inputmethods/anthy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/inputmethods/anthy/default.nix b/pkgs/tools/inputmethods/anthy/default.nix index f337d4648d5..03c692de8ec 100644 --- a/pkgs/tools/inputmethods/anthy/default.nix +++ b/pkgs/tools/inputmethods/anthy/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { homepage = "https://anthy.osdn.jp/"; license = licenses.gpl2Plus; maintainers = with maintainers; [ ericsagnes ]; - platforms = platforms.linux; + platforms = platforms.unix; }; src = fetchurl {