about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-01-22 17:57:30 +0100
committerNaïm Favier <n@monade.li>2022-01-22 20:15:16 +0100
commit49c85141aaa5186424d59dac4634b7401d0533e1 (patch)
tree22c6bd849d43b588cfe16b3b8f282b542be251b2 /pkgs/applications/networking/irc
parent3026e3dfd416bf479305adb38d1d606378024d85 (diff)
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
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/hexchat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/hexchat/default.nix b/pkgs/applications/networking/irc/hexchat/default.nix
index 504481479ed26..fbe9971f1d7de 100644
--- a/pkgs/applications/networking/irc/hexchat/default.nix
+++ b/pkgs/applications/networking/irc/hexchat/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
     done
   '';
 
-  mesonFlags = [ "-Dwith-lua=lua" "-Dwith-text=true" ];
+  mesonFlags = [ "-Dwith-lua=lua" "-Dtext-frontend=true" ];
 
   postInstall = ''
     wrapProgram $out/bin/hexchat --prefix PYTHONPATH : "$PYTHONPATH"