From 2665991874fa47b21fdd0e5f004dcfbd37b6a6e2 Mon Sep 17 00:00:00 2001 From: Rebecca Kelly Date: Thu, 28 Sep 2023 15:43:41 -0400 Subject: [PATCH] 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. --- pkgs/applications/audio/gpodder/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix index 63e122bcf85f..2efba49cab75 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 = [