liblcf: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 01:04:59 +07:00
parent d440a94c04
commit e5cfd956d8

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/EasyRPG/liblcf";
license = licenses.mit;
maintainers = with maintainers; [ yegortimoshenko ];
platforms = platforms.linux;
platforms = platforms.all;
};
}