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:
parent
3026e3dfd4
commit
49c85141aa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue