commit 9f6e9c8280633454a1fb197b198c3a98ce87e545
parent 6e058cf9479b773cfc367e17ea75a92b8d8a5cb4
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 4 Dec 2018 11:50:56 +0100
import module correctly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/config.scm b/guix/config.scm
@@ -90,7 +90,7 @@
(documentation "Run the fcgiwrap daemon.")
(requirement '(networking))
(start (with-imported-modules
- '((shepherd-with-sock) => ,(local-file "shepherd-with-sock.scm"))
+ '(((shepherd-with-sock) => ,(local-file "shepherd-with-sock.scm")))
#~(begin
(use-modules ((shepherd-with-sock) #:prefix my:))
(my:make-forkexec-constructor