summaryrefslogtreecommitdiff
path: root/gnu/packages/music.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-16 04:39:17 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-16 15:45:34 +0100
commite76cbdcd90e603d98f9d074aa2ee0788c65d97df (patch)
treec3104ed2035e314ed0d967ed1b5ab9c3df601273 /gnu/packages/music.scm
parent066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb (diff)
downloadguix-patches-e76cbdcd90e603d98f9d074aa2ee0788c65d97df.tar
guix-patches-e76cbdcd90e603d98f9d074aa2ee0788c65d97df.tar.gz
gnu: beets: Fix build with newer Werkzeug.
* gnu/packages/patches/beets-werkzeug-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/music.scm (beets)[source](patches): New field.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r--gnu/packages/music.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index f6585f60d4..fd9cd6c30f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2941,6 +2941,7 @@ Songs can be searched by artist, name or even by a part of the song text.")
(source (origin
(method url-fetch)
(uri (pypi-uri "beets" version))
+ (patches (search-patches "beets-werkzeug-compat.patch"))
(sha256
(base32
"0m40rjimvfgy1dv04p8f8d5dvi2855v4ix99a9xr900cmcn476yj"))))