commit 2883e1786a55096c5fe95e4c1a9843419f03f249
parent f9e79ba673548f31d74742e9500ffb8c7329b73f
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 10 Jan 2019 20:59:17 +0100
fix config
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/custom-packages/postfix.scm b/guix/custom-packages/postfix.scm
@@ -114,7 +114,7 @@
(substitute* (string-append
(assoc-ref outputs "out")
"/etc/postfix/main.cf")
- (("^daemon_directory=" m) (string-append comment "\n#" m))))))))
+ (("^daemon_directory ?=" m) (string-append comment "\n#" m))))))))
(synopsis "High-performance mail transport agent")
(description
"Postfix is Wietse Venema's mail transport agent that started