about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-17 10:16:38 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-17 10:16:38 +0200
commit4c935d410fc8b5494c179e18b6df36a6bae5c707 (patch)
treec07c2189719c2180c775588b8ef7f9d31aaae355 /pkgs/applications/networking/flexget
parenta8fa8c2e90e051dc47993f3a91b776e5bf7d9391 (diff)
downloadnixlib-4c935d410fc8b5494c179e18b6df36a6bae5c707.tar
nixlib-4c935d410fc8b5494c179e18b6df36a6bae5c707.tar.gz
nixlib-4c935d410fc8b5494c179e18b6df36a6bae5c707.tar.bz2
nixlib-4c935d410fc8b5494c179e18b6df36a6bae5c707.tar.lz
nixlib-4c935d410fc8b5494c179e18b6df36a6bae5c707.tar.xz
nixlib-4c935d410fc8b5494c179e18b6df36a6bae5c707.tar.zst
nixlib-4c935d410fc8b5494c179e18b6df36a6bae5c707.zip
flexget: fix build
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 4edf146b3332..2612aef79d1d 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -34,6 +34,7 @@ python3Packages.buildPythonApplication rec {
     beautifulsoup4
     click
     colorama
+    commonmark
     feedparser
     guessit
     html5lib