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:
committed by
Rebecca Kelly
parent
a122b4eb91
commit
2665991874
@@ -63,6 +63,7 @@ python3Packages.buildPythonApplication rec {
|
||||
eyeD3
|
||||
podcastparser
|
||||
html5lib
|
||||
mutagen
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user