me
/
guix
Archived
1
0
Fork 0

gnu: beets: Add support for Acoustid.

* gnu/packages/music.scm (beets)[inputs]: Add python-pyacoustid.
master
Ricardo Wurmus 2019-12-28 12:42:42 +01:00
parent 2577d9341a
commit 04a51d0c83
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -2882,6 +2882,7 @@ Songs can be searched by artist, name or even by a part of the song text.")
("python-munkres" ,python-munkres)
("python-musicbrainzngs" ,python-musicbrainzngs)
("python-mutagen" ,python-mutagen)
("python-pyacoustid" ,python-pyacoustid)
("python-pyyaml" ,python-pyyaml)
("python-unidecode" ,python-unidecode)))
(home-page "https://beets.io")