diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-12-21 16:11:34 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-12-21 16:11:34 +0100 |
commit | 3c1bc1b5e5f18017510d8ee3d1c91a298d8340ad (patch) | |
tree | fbc5d864248edb363250537c85eb7bafca1d1932 | |
parent | 593140bb5e091cbbb0e9a5fde1dab1a74d026e9b (diff) | |
download | deployment-3c1bc1b5e5f18017510d8ee3d1c91a298d8340ad.tar.gz deployment-3c1bc1b5e5f18017510d8ee3d1c91a298d8340ad.tar.bz2 deployment-3c1bc1b5e5f18017510d8ee3d1c91a298d8340ad.zip |
module
-rw-r--r-- | guix/fixed-fcgiwrap.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm index 383fa77..1b87e38 100644 --- a/guix/fixed-fcgiwrap.scm +++ b/guix/fixed-fcgiwrap.scm @@ -1,5 +1,6 @@ (define-module (fixed-fcgiwrap) #:use-module (ice-9 match) + #:use-module (gnu services) #:use-module (gnu packages web) #:use-module (gnu services shepherd) #:use-module (guix modules) |