commit 6e058cf9479b773cfc367e17ea75a92b8d8a5cb4
parent e1e9f109155da3f87ce7e47e71df42421c4c57cd
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 4 Dec 2018 11:41:53 +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))
+ '((shepherd-with-sock) => ,(local-file "shepherd-with-sock.scm"))
#~(begin
(use-modules ((shepherd-with-sock) #:prefix my:))
(my:make-forkexec-constructor