mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: beets-next: Add missing input.
* gnu/packages/music.scm (beets-next)[inputs]: Add opusfile.
This commit is contained in:
parent
29daa4dfb8
commit
8e7e414aa9
1 changed files with 1 additions and 0 deletions
|
@ -3535,6 +3535,7 @@ (define-public beets-next
|
|||
("python-mediafile" ,python-mediafile)
|
||||
("python-reflink" ,python-reflink)
|
||||
("python-requests-oauthlib" ,python-requests-oauthlib)
|
||||
("opusfile" ,opusfile)
|
||||
,@(package-inputs beets))))))
|
||||
|
||||
(define-public beets-bandcamp
|
||||
|
|
Loading…
Reference in a new issue