summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-01-10 20:59:17 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-01-10 20:59:17 +0100
commit2883e1786a55096c5fe95e4c1a9843419f03f249 (patch)
tree4b2ec8feb4208b2e00806398f99a1e95f63554c8
parentf9e79ba673548f31d74742e9500ffb8c7329b73f (diff)
downloaddeployment-2883e1786a55096c5fe95e4c1a9843419f03f249.tar.gz
deployment-2883e1786a55096c5fe95e4c1a9843419f03f249.tar.bz2
deployment-2883e1786a55096c5fe95e4c1a9843419f03f249.zip
fix config
-rw-r--r--guix/custom-packages/postfix.scm2
1 files changed, 1 insertions, 1 deletions
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