From d994557cc791367c17400194a6b01036c6797cab Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 12 Sep 2024 20:49:48 +0200 Subject: Add cond-expand to make pseudo-meta-egg-info work in CHICKEN 6 --- pseudo-meta-egg-info.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pseudo-meta-egg-info.scm') diff --git a/pseudo-meta-egg-info.scm b/pseudo-meta-egg-info.scm index a77ec2f..358f087 100644 --- a/pseudo-meta-egg-info.scm +++ b/pseudo-meta-egg-info.scm @@ -15,6 +15,9 @@ (use extras data-structures spiffy intarweb uri-common svn-client)) (chicken-5 (import (chicken base) (chicken string) (chicken format) + spiffy intarweb uri-common svn-client)) + (chicken-6 + (import (scheme base) (chicken base) (chicken string) (chicken format) spiffy intarweb uri-common svn-client))) ;; When missing, we default to 4 for backwards compat reasons. This -- cgit v1.2.3