mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: beets: Add support for Acoustid.
* gnu/packages/music.scm (beets)[inputs]: Add python-pyacoustid.
This commit is contained in:
parent
2577d9341a
commit
04a51d0c83
1 changed files with 1 additions and 0 deletions
|
@ -2882,6 +2882,7 @@ (define-public beets
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue