~ chicken-core (master) ce705d9a1295183545cc84f5779e048e90b422a4


commit ce705d9a1295183545cc84f5779e048e90b422a4
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Nov 25 21:58:13 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Nov 25 21:58:13 2025 +0100

    ignore r7rs dependency in egg files, using setup.defaults entry

diff --git a/setup.defaults b/setup.defaults
index 840dca91..3555266b 100644
--- a/setup.defaults
+++ b/setup.defaults
@@ -30,6 +30,7 @@
 ; (map (EXTENSIONNAME ... -> OTHEREXTENSIONNAME ...))
 
 (map (srfi-4 ->))
+(map (r7rs ->))
 
 
 ;; aliases for servers
Trap