diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-16 21:10:34 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-16 22:21:13 +0100 |
commit | 1f4319886a9523ee46033f1d28b15f564bab4312 (patch) | |
tree | 6ce8b8849204bef17d8b656892d8bf7066e17ee7 /gnu/local.mk | |
parent | 12c75628b4322853943ae0d0a833e371c02b97f4 (diff) | |
download | guix-1f4319886a9523ee46033f1d28b15f564bab4312.tar.gz |
gnu: python-magic: Work around crash on .crx files.
* gnu/packages/patches/python-magic-python-bytecode.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-magic)[source](patches): Add it. [inputs]: Add FILE-NEXT. [arguments]: While at it, remove input labels. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add FILE-NEXT.
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 afe7c08888..274acb9c27 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1673,6 +1673,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pyflakes-test-location.patch \ %D%/packages/patches/python-flint-includes.patch \ %D%/packages/patches/python-libxml2-utf8.patch \ + %D%/packages/patches/python-magic-python-bytecode.patch \ %D%/packages/patches/python-matplotlib-run-under-wayland-gtk3.patch \ %D%/packages/patches/python-memcached-syntax-warnings.patch \ %D%/packages/patches/python-mox3-python3.6-compat.patch \ |