guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: beets: Add support for Acoustid.


From: guix-commits
Subject: 03/03: gnu: beets: Add support for Acoustid.
Date: Sat, 28 Dec 2019 06:44:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 04a51d0c83785ed2d65892821b6826196ddce47b
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 28 12:42:42 2019 +0100

    gnu: beets: Add support for Acoustid.
    
    * gnu/packages/music.scm (beets)[inputs]: Add python-pyacoustid.
---
 gnu/packages/music.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 24c54e6..6d17de9 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]