diff options
author | Peter Bex <peter@more-magic.net> | 2024-09-12 20:49:48 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2024-09-12 20:49:48 +0200 |
commit | d994557cc791367c17400194a6b01036c6797cab (patch) | |
tree | b80c97d9f35eae00697ae73938c00d00715ac8e7 | |
parent | 25156e2434cf5c1a46e6a1f5064ab2147d0d8466 (diff) | |
download | pseudo-meta-egg-info-d994557cc791367c17400194a6b01036c6797cab.tar.gz |
Add cond-expand to make pseudo-meta-egg-info work in CHICKEN 61.2
-rw-r--r-- | pseudo-meta-egg-info.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |