mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: picard: Read disc IDs.
* gnu/packages/music.scm (picard)[inputs]: Add python-discid.
This commit is contained in:
parent
e28b0798d2
commit
7d9fa5f376
1 changed files with 1 additions and 0 deletions
|
@ -2575,6 +2575,7 @@ (define-public picard
|
|||
`(("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
`(("chromaprint" ,chromaprint)
|
||||
("python-discid" ,python-discid)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("python-mutagen" ,python-mutagen)))
|
||||
(home-page "https://picard.musicbrainz.org/")
|
||||
|
|
Loading…
Reference in a new issue