diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index 346279a..e62f60f 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -39,6 +39,7 @@ (ice-9 ftw) (ice-9 match) (ice-9 format) + (ice-9 suspendable-ports) (web uri) (web client) (web response) @@ -63,6 +64,8 @@ (nar-herder mirror) (nar-herder server)) +(install-suspendable-ports!) + (define %valid-log-levels '(DEBUG INFO WARN ERROR)) |