about summary refs log tree commit diff
path: root/pkgs/tools/networking/urlwatch
diff options
context:
space:
mode:
authorTyler O'Connell <9032279+tyleroconnell@users.noreply.github.com>2022-01-22 15:26:52 -0500
committerTyler O'Connell <9032279+tyleroconnell@users.noreply.github.com>2022-01-24 13:35:57 -0500
commit1f52c3736ff8f1b3272bd08cf36a2caee37ba606 (patch)
treef1ca0e4d1368456ce6eca354f4b05fcae2c4b96c /pkgs/tools/networking/urlwatch
parent3dd47ab4e77716294a516894f9d9f4af69c7bee3 (diff)
urlwatch: add jq
Diffstat (limited to 'pkgs/tools/networking/urlwatch')
-rw-r--r--pkgs/tools/networking/urlwatch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/urlwatch/default.nix b/pkgs/tools/networking/urlwatch/default.nix
index 705b2397c6aca..46093f2c5b945 100644
--- a/pkgs/tools/networking/urlwatch/default.nix
+++ b/pkgs/tools/networking/urlwatch/default.nix
@@ -17,6 +17,7 @@ python3Packages.buildPythonApplication rec {
   propagatedBuildInputs = with python3Packages; [
     appdirs
     cssselect
+    jq
     keyring
     lxml
     markdown2