diff options
author | Christopher Baines <mail@cbaines.net> | 2023-03-17 14:56:30 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-24 13:39:05 +0000 |
commit | e970e9149d4e327fd72e6b40f93fa9f8c2c09c07 (patch) | |
tree | ce6a12cdc10acd69580a61e29c806de670e68a62 /gnu/local.mk | |
parent | 34f2d3aad7009955bd426b0dfd6ce62c64fff458 (diff) | |
download | guix-e970e9149d4e327fd72e6b40f93fa9f8c2c09c07.tar guix-e970e9149d4e327fd72e6b40f93fa9f8c2c09c07.tar.gz |
gnu: guile-3.0-latest: Add patch for invalid unicode handling.
This patch fixes handling of invalid unicode when using suspendable ports.
Reported upstream at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62290 and
patch merged as cba2e7e3fec3c781230570f5d1ef070625eeeda8.
As the build coordinator agents use suspendable ports, this will fix issues
with building things where the log output contains invalid unicode.
* gnu/packages/patches/guile-fix-invalid-unicode-handling.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-3.0-latest)[source]: Use it.
Signed-off-by: Christopher Baines <mail@cbaines.net>
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 186d82a8ab..64a1268fbe 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1298,6 +1298,7 @@ dist_patch_DATA = \ %D%/packages/patches/guile-fibers-epoll-instance-is-dead.patch \ %D%/packages/patches/guile-fibers-fd-finalizer-leak.patch \ %D%/packages/patches/guile-fibers-wait-for-io-readiness.patch \ + %D%/packages/patches/guile-fix-invalid-unicode-handling.patch \ %D%/packages/patches/guile-gdbm-ffi-support-gdbm-1.14.patch \ %D%/packages/patches/guile-git-adjust-for-libgit2-1.2.0.patch \ %D%/packages/patches/guile-present-coding.patch \ |