gnu: gpodder: Add python-mutagen (fixes one of its addons).

* gnu/packages/gpodder.scm (gpodder)[inputs]: Added python-mutagen.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
raingloom 2021-01-02 19:41:13 +01:00 committed by Efraim Flashner
parent 1a4c7ddefe
commit a2f8ec94f6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -37,6 +37,7 @@ (define-module (gnu packages gpodder)
#:use-module (gnu packages gtk)
#:use-module (gnu packages groff)
#:use-module (gnu packages mp3)
#:use-module (gnu packages music)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
@ -74,6 +75,7 @@ (define-public gpodder
("python-requests" ,python-requests)
("python-dbus" ,python-dbus)
("python-html5lib" ,python-html5lib)
("python-mutagen" ,python-mutagen)
("python-mygpoclient" ,python-mygpoclient)
("python-podcastparser" ,python-podcastparser)
("youtube-dl" ,youtube-dl)