all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52955] [PATCH] gnu: beets-bandcamp: Fix build.
@ 2022-01-02 16:56 Felix Gruber
  2022-01-03  3:25 ` bug#52955: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-01-02 16:56 UTC (permalink / raw)
  To: 52955; +Cc: Felix Gruber

* gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add
  python-confuse, python-jellyfish, python-mediafile, python-munkres,
  python-musicbrainzngs and python-unidecode.
---
 gnu/packages/music.scm | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a9c341ad5f..c37821b49d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -40,7 +40,7 @@
 ;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
 ;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com>
 ;;; 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 Xinglu Chen <public@yoctocell.xyz>
 ;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
@@ -3875,8 +3875,17 @@ your music.")
     (build-system python-build-system)
     (arguments '(#:tests? #f))          ; there are no tests
     (propagated-inputs
-     (list beets python-isodate python-beautifulsoup4 python-requests
-           python-six))
+     (list beets
+           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")
     (synopsis "Bandcamp plugin for beets")
     (description
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52955: [PATCH] gnu: beets-bandcamp: Fix build.
  2022-01-02 16:56 [bug#52955] [PATCH] gnu: beets-bandcamp: Fix build Felix Gruber
@ 2022-01-03  3:25 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-01-03  3:25 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 52955-done

On Sun, Jan 02, 2022 at 04:56:42PM +0000, Felix Gruber wrote:
> * gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add
>   python-confuse, python-jellyfish, python-mediafile, python-munkres,
>   python-musicbrainzngs and python-unidecode.

Thanks! Pushed as 883be45584e38c8636500df1548a8f356554904f




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-03  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 16:56 [bug#52955] [PATCH] gnu: beets-bandcamp: Fix build Felix Gruber
2022-01-03  3:25 ` bug#52955: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.