hexchat: rename with-text option to text-frontend

Fixes the build with meson 0.60. The option was renamed in
https://github.com/hexchat/hexchat/commit/cbb0927a7a9113d3b6b772e7b0566752dd54e6dd

+1 -1
+1 -1
pkgs/applications/networking/irc/hexchat/default.nix
··· 39 39 done 40 40 ''; 41 41 42 - mesonFlags = [ "-Dwith-lua=lua" "-Dwith-text=true" ]; 42 + mesonFlags = [ "-Dwith-lua=lua" "-Dtext-frontend=true" ]; 43 43 44 44 postInstall = '' 45 45 wrapProgram $out/bin/hexchat --prefix PYTHONPATH : "$PYTHONPATH"