diff options
author | Christopher Baines <mail@cbaines.net> | 2025-01-15 00:43:46 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-01-15 00:43:46 +0000 |
commit | 7cce9ec5ee63e9844a70483f87d4a6750f08a886 (patch) | |
tree | 61a594d28e3c0217e8946aa9ad0f8011a4468fa4 /guix-qa-frontpage | |
parent | b0da202e625fc1c51beab67824ed948e6374a12c (diff) | |
download | qa-frontpage-7cce9ec5ee63e9844a70483f87d4a6750f08a886.tar qa-frontpage-7cce9ec5ee63e9844a70483f87d4a6750f08a886.tar.gz |
Add missing import
For fiberize.
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/server.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm index fa89251..dd1a306 100644 --- a/guix-qa-frontpage/server.scm +++ b/guix-qa-frontpage/server.scm @@ -34,6 +34,7 @@ #:use-module (fibers conditions) #:use-module (knots) #:use-module (knots web-server) + #:use-module (knots parallelism) #:use-module (guix store) #:use-module (knots web-server) #:use-module ((guix build syscalls) |