summary refs log tree commit diff
path: root/pkgs/applications/networking/misc/zammad/update.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/misc/zammad/update.nix')
-rw-r--r--pkgs/applications/networking/misc/zammad/update.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/misc/zammad/update.nix b/pkgs/applications/networking/misc/zammad/update.nix
index 216feb3e370..49e676d13f3 100644
--- a/pkgs/applications/networking/misc/zammad/update.nix
+++ b/pkgs/applications/networking/misc/zammad/update.nix
@@ -3,6 +3,7 @@
 , makeWrapper
 , bundix
 , common-updater-scripts
+, jq
 , nix-prefetch-github
 , yarn
 , yarn2nix
@@ -22,6 +23,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     bundix
     common-updater-scripts
+    jq
     nix-prefetch-github
     yarn
     yarn2nix