about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/element
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2023-12-02 13:30:50 +0100
committerYureka <yuka@yuka.dev>2023-12-05 01:00:23 +0100
commit93cfe804d407d92c8888b0b9ce53038eda96cca5 (patch)
tree2715f91644420c5f3e6004a848d71a07c343f4b7 /pkgs/applications/networking/instant-messengers/element
parente72502b9387d5a71597d8926a8ce6ce05507a239 (diff)
element-desktop: add jq to update script
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/element')
-rwxr-xr-xpkgs/applications/networking/instant-messengers/element/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/element/update.sh b/pkgs/applications/networking/instant-messengers/element/update.sh
index c68a347e68aed..0a1cc0595f879 100755
--- a/pkgs/applications/networking/instant-messengers/element/update.sh
+++ b/pkgs/applications/networking/instant-messengers/element/update.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -I nixpkgs=../../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github
+#!nix-shell -I nixpkgs=../../../../../ -i bash -p nix wget prefetch-yarn-deps nix-prefetch-github jq
 
 if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
   echo "Regenerates packaging data for the element packages."