diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-31 15:44:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-31 15:44:58 +0200 |
commit | 69dde4e354efee56422eb3527691b0714b596b49 (patch) | |
tree | 250cba8f1b8bebd0170b122eab15293aea59fe03 /gnu/local.mk | |
parent | 2c0013916e87acc90562dea167a6ff3e1dfee58e (diff) | |
download | guix-69dde4e354efee56422eb3527691b0714b596b49.tar guix-69dde4e354efee56422eb3527691b0714b596b49.tar.gz |
gnu: gnutls: Patch the Guile bindings for EINTR/EAGAIN handling.
* gnu/packages/patches/gnutls-guile-eintr-eagain.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (gnutls)[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 812c997e04..acce61d6f6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1144,6 +1144,7 @@ dist_patch_DATA = \ %D%/packages/patches/gnupg-default-pinentry.patch \ %D%/packages/patches/gnutls-skip-trust-store-test.patch \ %D%/packages/patches/gnutls-cross.patch \ + %D%/packages/patches/gnutls-guile-eintr-eagain.patch \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ |