diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-06 19:32:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-06 19:36:40 +0100 |
commit | b4263f12edd11ddc49c509116df11de6ae839ad2 (patch) | |
tree | a23ac1ca18a1091f5b371ea021de381333f60fc8 /gnu/local.mk | |
parent | b1cf1d44f402cef3fccbb37277554bc7d5dd27d4 (diff) | |
download | guix-b4263f12edd11ddc49c509116df11de6ae839ad2.tar guix-b4263f12edd11ddc49c509116df11de6ae839ad2.tar.gz |
gnu: tremc: Fix execution with recent Python.
* gnu/packages/bittorrent.scm (tremc)[source]: Add patch.
* gnu/packages/patches/tremc-fix-decodestring.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Reported by gnoo in #guix
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 560a632f44..31354e413f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1857,6 +1857,7 @@ dist_patch_DATA = \ %D%/packages/patches/tor-sandbox-i686.patch \ %D%/packages/patches/transcode-ffmpeg.patch \ %D%/packages/patches/transmission-honor-localedir.patch \ + %D%/packages/patches/tremc-fix-decodestring.patch \ %D%/packages/patches/trytond-add-egg-modules-to-path.patch \ %D%/packages/patches/trytond-add-guix_trytond_path.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ |