brook: enable on darwin

+1 -1
+1 -1
pkgs/tools/networking/brook/default.nix
··· 17 17 homepage = "https://github.com/txthinking/brook"; 18 18 description = "A cross-platform Proxy/VPN software"; 19 19 license = with licenses; [ gpl3Only ]; 20 - platforms = platforms.linux; 20 + platforms = platforms.unix; 21 21 maintainers = with maintainers; [ xrelkd ]; 22 22 }; 23 23 }