summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-12-21 15:52:45 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-12-21 15:52:45 +0100
commite559a7de12b0050a8e5cd8852d1a4e03722941b8 (patch)
tree9abfa048ef52d422b8dfd4e436145739402815e4
parent2595ca2e738b7a886fa85272f2c3203e544e5fcf (diff)
downloaddeployment-e559a7de12b0050a8e5cd8852d1a4e03722941b8.tar.gz
deployment-e559a7de12b0050a8e5cd8852d1a4e03722941b8.tar.bz2
deployment-e559a7de12b0050a8e5cd8852d1a4e03722941b8.zip
missing imports
-rw-r--r--guix/fixed-fcgiwrap.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm
index 3672a1a..8091147 100644
--- a/guix/fixed-fcgiwrap.scm
+++ b/guix/fixed-fcgiwrap.scm
@@ -1,4 +1,7 @@
(define-module (fixed-fcgiwrap)
+ #:use-module (ice-9 match)
+ #:use-module (guix modules)
+ #:use-module (guix records)
#:export (fcgiwrap-configuration
fcgiwrap-service-type))