diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 04:39:17 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:34 +0100 |
commit | e76cbdcd90e603d98f9d074aa2ee0788c65d97df (patch) | |
tree | c3104ed2035e314ed0d967ed1b5ab9c3df601273 /gnu/local.mk | |
parent | 066c21cda4a9893a0cc8398d1a4d3f9f1ac1dfbb (diff) | |
download | guix-e76cbdcd90e603d98f9d074aa2ee0788c65d97df.tar guix-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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1dd7e0a6a8..5cde920c8c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -756,6 +756,7 @@ dist_patch_DATA = \ %D%/packages/patches/bash-completion-directories.patch \ %D%/packages/patches/bastet-change-source-of-unordered_set.patch \ %D%/packages/patches/bazaar-CVE-2017-14176.patch \ + %D%/packages/patches/beets-werkzeug-compat.patch \ %D%/packages/patches/beignet-correct-file-names.patch \ %D%/packages/patches/benchmark-unbundle-googletest.patch \ %D%/packages/patches/biber-fix-encoding-write.patch \ |