hexchat: rename with-text option to text-frontend

Fixes the build with meson 0.60. The option was renamed in
cbb0927a7a
This commit is contained in:
Naïm Favier 2022-01-22 17:57:30 +01:00
parent 3026e3dfd4
commit 49c85141aa
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

View file

@ -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"