diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-28 12:42:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-28 12:44:15 +0100 |
commit | 04a51d0c83785ed2d65892821b6826196ddce47b (patch) | |
tree | 58173c645f80f60e6a2552d5d1ab55364e69bec1 /gnu/packages/music.scm | |
parent | 2577d9341adb7e3533818cdff12b2080f4e622d2 (diff) | |
download | patches-04a51d0c83785ed2d65892821b6826196ddce47b.tar patches-04a51d0c83785ed2d65892821b6826196ddce47b.tar.gz |
gnu: beets: Add support for Acoustid.
* gnu/packages/music.scm (beets)[inputs]: Add python-pyacoustid.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 1 |
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") |