3
0
Fork 0
forked from mirrors/nixpkgs

anthy: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-04 15:15:04 +07:00
parent 48fbf632d9
commit 4cd3c27aee

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 {