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.
This commit is contained in:
Rebecca Kelly 2023-09-28 15:43:41 -04:00 committed by Rebecca Kelly
parent a122b4eb91
commit 2665991874

View file

@ -63,6 +63,7 @@ python3Packages.buildPythonApplication rec {
eyeD3
podcastparser
html5lib
mutagen
];
makeFlags = [