From 790f89e9687a5e291cf26a5a85bff871a46e675e Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 16 May 2025 07:32:47 +0200 Subject: Update guile notmuch to nyacc 2 Now using cdata and discarding bytestructures and ffi-help-rt. New constructor for types and how to access pointers or create more. Not so clearly from documentation, but trying and scanning nyacc examples kind of worked. --- bin/tagmail | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/tagmail b/bin/tagmail index fd90bce..e2015a7 100755 --- a/bin/tagmail +++ b/bin/tagmail @@ -26,7 +26,6 @@ LD_LIBRARY_PATH=$HOME/.guix-profile/lib exec guile -e main -s "$0" "$@" (mail-tools) (utils) (srfi srfi-1) - (system ffi-help-rt) (system foreign)) (define (on-all-messages-filenames query proc) -- cgit v1.2.3