From 2883e1786a55096c5fe95e4c1a9843419f03f249 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 10 Jan 2019 20:59:17 +0100 Subject: fix config --- guix/custom-packages/postfix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/custom-packages') diff --git a/guix/custom-packages/postfix.scm b/guix/custom-packages/postfix.scm index 97e858a..3451b22 100644 --- 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 -- cgit v1.2.3