aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-28 12:42:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-28 12:44:15 +0100
commit04a51d0c83785ed2d65892821b6826196ddce47b (patch)
tree58173c645f80f60e6a2552d5d1ab55364e69bec1
parent2577d9341adb7e3533818cdff12b2080f4e622d2 (diff)
downloadguix-04a51d0c83785ed2d65892821b6826196ddce47b.tar
guix-04a51d0c83785ed2d65892821b6826196ddce47b.tar.gz
gnu: beets: Add support for Acoustid.
* gnu/packages/music.scm (beets)[inputs]: Add python-pyacoustid.
-rw-r--r--gnu/packages/music.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 24c54e6094..6d17de9960 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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")