diff options
| author | 2025-08-12 18:05:48 -0400 | |
|---|---|---|
| committer | 2025-08-12 18:05:48 -0400 | |
| commit | 27b3c30fa6238fd306fe989060657afa259bd9c4 (patch) | |
| tree | 6d65c50ade76c4034d50b51fc6c85712f51ecc64 /README.md | |
| parent | gauche (diff) | |
patch foment to respect new envar R7RS_LIBRARY_PATH
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,8 +3,12 @@ Run Scheme implementations in Guix containers/environments, and package libraries for them. -TODO: portable r7rs and r6rs install location. Use a dummy library and -patches. +## Portable R6RS and R7RS Libraries + +Some Scheme systems packaged here will read `R7RS_LIBRARY_PATH` +(or `R6RS_LIBRARY_PATH` for R6RS systems) to find paths for strictly +conforming R7RS (R6RS) libraries. To copy libraries to these pathes, +use the `portable-r7rs-build-system` (`portable-r6rs-build-system`). ## Chibi Scheme @@ -17,6 +21,7 @@ patches. * Library: `(mcgoron guix foment)` * Package: `foment` * Pure Scheme: `foment-build-system` +* Supports `portable-r7rs-build-system` The build script here will build [Foment](https://github.com/leftmike/foment). The last release of Foment was a long time ago, so the build is for the |
