mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: beets-bandcamp: Fix build.
* gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add python-typing-extensions. Change-Id: I9e1ba3e4c7944332961f9739db7a4c28ff05063a
This commit is contained in:
parent
b5a91a6a03
commit
1406d8be62
1 changed files with 2 additions and 1 deletions
|
|
@ -4373,7 +4373,8 @@ your music.")
|
|||
python-musicbrainzngs
|
||||
python-requests
|
||||
python-six
|
||||
python-unidecode))
|
||||
python-unidecode
|
||||
python-typing-extensions))
|
||||
(home-page "https://github.com/unrblt/beets-bandcamp")
|
||||
(synopsis "Bandcamp plugin for beets")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue