guix-commits
[Top][All Lists]
Advanced

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

250/285: gnu: beets: Add support for Acoustid.


From: guix-commits
Subject: 250/285: gnu: beets: Add support for Acoustid.
Date: Sun, 29 Dec 2019 20:44:41 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 005459b907f1a7ef1d3e67f8e6dbc9e2217d5bda
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]