summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2026-07-27 11:23:13 +0100
committerChristopher Baines <mail@cbaines.net>2026-07-29 09:43:08 +0100
commitdcddca760b8252474498e549b6e6ef34fc393f21 (patch)
treeca97a934e01b6fc013039b3072354e58fccbb5a3 /gnu/local.mk
parenta2ec1bcf39fdd5f083470090fb7608457c30d75b (diff)
gnu: guile-fibers: Add fix timer wheel patch.
This fixes this issue https://codeberg.org/guile/fibers/issues/183 . Patch taken from https://codeberg.org/guile/fibers/pulls/184 . * gnu/packages/patches/guile-fibers-fix-timer-wheel-remove.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile-xyz.scm (guile-fibers-1.4)[source]: Add patch. Change-Id: Ifbef990b183ce7aacafb9aa75d1bcc1f4f72b23d
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 25e639fdbb2..948175d4134 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1571,6 +1571,7 @@ dist_patch_DATA = \
1571 %D%/packages/patches/guile-fibers-cross-build-fix.patch \ 1571 %D%/packages/patches/guile-fibers-cross-build-fix.patch \
1572 %D%/packages/patches/guile-fibers-epoll-instance-is-dead.patch \ 1572 %D%/packages/patches/guile-fibers-epoll-instance-is-dead.patch \
1573 %D%/packages/patches/guile-fibers-fd-finalizer-leak.patch \ 1573 %D%/packages/patches/guile-fibers-fd-finalizer-leak.patch \
1574 %D%/packages/patches/guile-fibers-fix-timer-wheel-remove.patch \
1574 %D%/packages/patches/guile-fibers-wait-for-io-readiness.patch \ 1575 %D%/packages/patches/guile-fibers-wait-for-io-readiness.patch \
1575 %D%/packages/patches/guile-fibers-libevent-32-bit.patch \ 1576 %D%/packages/patches/guile-fibers-libevent-32-bit.patch \
1576 %D%/packages/patches/guile-fibers-libevent-timeout.patch \ 1577 %D%/packages/patches/guile-fibers-libevent-timeout.patch \