From e559a7de12b0050a8e5cd8852d1a4e03722941b8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 21 Dec 2018 15:52:45 +0100 Subject: missing imports --- guix/fixed-fcgiwrap.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guix/fixed-fcgiwrap.scm') 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)) -- cgit v1.2.3