diff options
author | Leo Famulari <leo@famulari.name> | 2018-12-03 17:29:58 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-12-03 17:30:30 -0500 |
commit | c05c1910dbd630304e06020d27d4b72bb0502088 (patch) | |
tree | 8f8fc3d27aa522120bc05cffaaada15e0a699068 /gnu/local.mk | |
parent | 91a4863d9d727754d1743f4c0591c63b950494cf (diff) | |
download | patches-c05c1910dbd630304e06020d27d4b72bb0502088.tar patches-c05c1910dbd630304e06020d27d4b72bb0502088.tar.gz |
gnu: Beets: Fix compatibility with Python 3.7.
* gnu/packages/patches/beets-python-3.7-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/music.scm (beets)[source]: Use it.
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 847c9286cc..53a3547559 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -600,6 +600,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-python-3.7-fix.patch \ %D%/packages/patches/beignet-correct-file-names.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/blast+-fix-makefile.patch \ |