aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-10-07 17:22:56 +0100
committerChristopher Baines <mail@cbaines.net>2020-10-07 17:36:03 +0100
commit00e2e64337dd6deb62f05b409391cf69ab15fe41 (patch)
tree736982f9f49e779d2d87c710e699be61357f900f /guix-build-coordinator/agent-messaging
parentb1c5392ce817d467730aa4c435e63e6ed7c81524 (diff)
downloadbuild-coordinator-00e2e64337dd6deb62f05b409391cf69ab15fe41.tar
build-coordinator-00e2e64337dd6deb62f05b409391cf69ab15fe41.tar.gz
Split the fibers utils from the main utils module
To start making it possible to use the agent, without having to load anything related to fibers (as it doesn't work on the hurd yet).
Diffstat (limited to 'guix-build-coordinator/agent-messaging')
-rw-r--r--guix-build-coordinator/agent-messaging/http.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix-build-coordinator/agent-messaging/http.scm b/guix-build-coordinator/agent-messaging/http.scm
index e93a909..1f0f1a9 100644
--- a/guix-build-coordinator/agent-messaging/http.scm
+++ b/guix-build-coordinator/agent-messaging/http.scm
@@ -28,7 +28,6 @@
#:use-module (ice-9 textual-ports)
#:use-module (ice-9 binary-ports)
#:use-module (system repl error-handling)
- #:use-module (fibers web server)
#:use-module (rnrs bytevectors)
#:use-module (json)
#:use-module (web http)
@@ -36,7 +35,6 @@
#:use-module (web request)
#:use-module (web response)
#:use-module (web uri)
- #:use-module (fibers channels)
#:use-module (lzlib)
#:use-module (prometheus)
#:use-module (guix store)
@@ -44,6 +42,7 @@
#:use-module (guix serialization)
#:use-module (guix build utils)
#:use-module (guix-build-coordinator utils)
+ #:use-module (guix-build-coordinator utils fibers)
#:use-module (guix-build-coordinator datastore)
#:use-module (guix-build-coordinator coordinator)
#:export (http-agent-messaging-start-server