From 883be45584e38c8636500df1548a8f356554904f Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sun, 2 Jan 2022 16:56:42 +0000 Subject: 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 --- gnu/packages/music.scm | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'gnu') 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 ;;; Copyright © 2021 Rovanion Luckey ;;; Copyright © 2021 Justin Veilleux -;;; Copyright © 2021 Felix Gruber +;;; Copyright © 2021, 2022 Felix Gruber ;;; Copyright © 2021 Simon Streit ;;; Copyright © 2021 Xinglu Chen ;;; Copyright © 2021 Thomas Albers Raviola @@ -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 -- cgit v1.2.3