aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-06 11:45:17 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-06 11:45:17 +0100
commit16bd97273fe30584b03de897a2f65d1c061b67b7 (patch)
tree3a2580d0e99c464b2749fbd8fb5c7b7aec91faf1 /module
parentMake web server test find free port. (diff)
downloadcalp-16bd97273fe30584b03de897a2f65d1c061b67b7.tar.gz
calp-16bd97273fe30584b03de897a2f65d1c061b67b7.tar.xz
Allow config.scm to call resolve-interface and module-ref.
Repairs commit 049e94a125ecf43547b62778eb4851d67b1f3cfd, which shows how config.scm can use optional dependencies.
Diffstat (limited to 'module')
-rw-r--r--module/calp/main.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/main.scm b/module/calp/main.scm
index 0ae22927..18b8b731 100644
--- a/module/calp/main.scm
+++ b/module/calp/main.scm
@@ -160,7 +160,7 @@
(reverse done)
(loop (cons form done))))))))
(make-sandbox-module
- `(((guile) use-modules)
+ `(((guile) use-modules resolve-interface module-ref)
,@all-pure-and-impure-bindings
))
))