about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-04-02 12:29:29 +0800
committerGitHub <noreply@github.com>2022-04-02 12:29:29 +0800
commit0facaa22a5bbd5c2566242eddeccb31e90ba008d (patch)
treeafca9cd52b94b5b847b3832a69d2fab309ba0347 /pkgs/applications
parentd0f3fa191027927f1aee61c442b85e1566eab6d4 (diff)
parentba1184b1153b0cadac5f03a679b746a61b479b9c (diff)
downloadnixlib-0facaa22a5bbd5c2566242eddeccb31e90ba008d.tar
nixlib-0facaa22a5bbd5c2566242eddeccb31e90ba008d.tar.gz
nixlib-0facaa22a5bbd5c2566242eddeccb31e90ba008d.tar.bz2
nixlib-0facaa22a5bbd5c2566242eddeccb31e90ba008d.tar.lz
nixlib-0facaa22a5bbd5c2566242eddeccb31e90ba008d.tar.xz
nixlib-0facaa22a5bbd5c2566242eddeccb31e90ba008d.tar.zst
nixlib-0facaa22a5bbd5c2566242eddeccb31e90ba008d.zip
Merge pull request #166395 from bobby285271/chatty
chatty: fix build with meson 0.61
Diffstat (limited to 'pkgs/applications')
-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 97282c76d04c..34b525a98a61 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