liblcf: expand platforms to all

+1 -1
+1 -1
pkgs/development/libraries/liblcf/default.nix
··· 19 19 homepage = "https://github.com/EasyRPG/liblcf"; 20 20 license = licenses.mit; 21 21 maintainers = with maintainers; [ yegortimoshenko ]; 22 - platforms = platforms.linux; 22 + platforms = platforms.all; 23 23 }; 24 24 }