about summary refs log tree commit diff
path: root/pkgs/applications/audio/gpodder
diff options
context:
space:
mode:
authorRebecca Kelly <bk@ancilla.ca>2023-09-28 15:43:41 -0400
committerRebecca Kelly <btk@google.com>2023-09-28 15:43:41 -0400
commit2665991874fa47b21fdd0e5f004dcfbd37b6a6e2 (patch)
tree6574c59016712af0fd97d5bd0ae3c93c5cab425a /pkgs/applications/audio/gpodder
parenta122b4eb91ac2349a6d61f4967bbfa3f73d2b1b5 (diff)
gpodder: add mutagen to propagatedBuildInputs
Mutagen is an optional dependency, but is needed by the tagging extension. If
it's missing, the extension won't work and you'll get a stack trace about it
every time you run gpodder.
Diffstat (limited to 'pkgs/applications/audio/gpodder')
-rw-r--r--pkgs/applications/audio/gpodder/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index 63e122bcf85f6..2efba49cab756 100644
--- a/pkgs/applications/audio/gpodder/default.nix
+++ b/pkgs/applications/audio/gpodder/default.nix
@@ -63,6 +63,7 @@ python3Packages.buildPythonApplication rec {
     eyeD3
     podcastparser
     html5lib
+    mutagen
   ];
 
   makeFlags = [