libmaa: enable on darwin

+4 -3
+4 -3
pkgs/servers/dict/libmaa.nix
··· 15 15 env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation"; 16 16 17 17 meta = with lib; { 18 - description = "Dict protocol server and client"; 19 - maintainers = [ ]; 20 - platforms = platforms.linux; 18 + description = "Provides many low-level data structures which are helpful for writing compilers"; 19 + license = licenses.gpl2Plus; 20 + maintainers = with maintainers; [ sikmir ]; 21 + platforms = platforms.unix; 21 22 }; 22 23 }