~ruther/guix-config

ref: 43b6acc847fbae06ebe86a1e8f4642bece0060d6 guix-config/home/patches/offlineimap3.patch -rw-r--r-- 404 bytes
43b6acc8 — Rutherther fix: remove tree-sitter-cpp as it's not compiling 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
--- a/offlineimap/localeval.py	2025-05-04 12:19:37.739860684 +0200
+++ b/offlineimap/localeval.py	2025-05-04 12:26:07.838113251 +0200
@@ -26,6 +26,8 @@
         self.namespace = {}
 
         if path is not None:
+            import importlib.machinery
+
             # FIXME: limit opening files owned by current user with rights set
             # to fixed mode 644.
             foo = open(path, 'r')