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>master
parent
1a4c7ddefe
commit
a2f8ec94f6
|
@ -37,6 +37,7 @@
|
|||
#: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 @@
|
|||
("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)
|
||||
|
|
Reference in New Issue