about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/chatty
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-30 17:50:14 +0800
committerBobby Rong <rjl931189261@126.com>2022-03-30 17:50:14 +0800
commitba1184b1153b0cadac5f03a679b746a61b479b9c (patch)
tree4d13bdf1852984e1daf32c6807cb73fdb2f6e503 /pkgs/applications/networking/instant-messengers/chatty
parent6a079dad158f0331e866da8d1da443065deba6fa (diff)
chatty: fix build with meson 0.61
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/chatty')
-rw-r--r--pkgs/applications/networking/instant-messengers/chatty/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/chatty/default.nix b/pkgs/applications/networking/instant-messengers/chatty/default.nix
index 97282c76d04cf..34b525a98a61d 100644
--- a/pkgs/applications/networking/instant-messengers/chatty/default.nix
+++ b/pkgs/applications/networking/instant-messengers/chatty/default.nix
@@ -3,6 +3,7 @@
 , fetchFromGitLab
 , appstream-glib
 , desktop-file-utils
+, itstool
 , meson
 , ninja
 , pkg-config
@@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [
     appstream-glib
     desktop-file-utils
+    itstool
     meson
     ninja
     pkg-config