me
/
guix
Archived
1
0
Fork 0

gnu: beets-bandcamp: Fix build.

This fixes a build failure in the 'sanity-check' phase.

* gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add
python-confuse, python-jellyfish, python-mediafile, python-munkres,
python-musicbrainzngs and python-unidecode.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Felix Gruber 2022-01-02 16:56:42 +00:00 committed by Leo Famulari
parent 01ec5efff7
commit 883be45584
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 12 additions and 3 deletions

View File

@ -40,7 +40,7 @@
;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com> ;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com> ;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com>
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li> ;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net> ;;; Copyright © 2021, 2022 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Simon Streit <simon@netpanic.org> ;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz> ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org> ;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
@ -3875,8 +3875,17 @@ your music.")
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ; there are no tests (arguments '(#:tests? #f)) ; there are no tests
(propagated-inputs (propagated-inputs
(list beets python-isodate python-beautifulsoup4 python-requests (list beets
python-six)) python-beautifulsoup4
python-confuse
python-isodate
python-jellyfish
python-mediafile
python-munkres
python-musicbrainzngs
python-requests
python-six
python-unidecode))
(home-page "https://github.com/unrblt/beets-bandcamp") (home-page "https://github.com/unrblt/beets-bandcamp")
(synopsis "Bandcamp plugin for beets") (synopsis "Bandcamp plugin for beets")
(description (description