commit f9e79ba673548f31d74742e9500ffb8c7329b73f
parent 5cde98176edca195f99365ec9da1a130fc5b559f
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 10 Jan 2019 20:55:48 +0100
fix config
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/guix/custom-packages/postfix.scm b/guix/custom-packages/postfix.scm
@@ -111,7 +111,9 @@
(define comment
"# Guix: This value should usually not be changed, as the
# compiled-in default value correctly points to the Guix store already.")
- (substitute* "postfix-install"
+ (substitute* (string-append
+ (assoc-ref outputs "out")
+ "/etc/postfix/main.cf")
(("^daemon_directory=" m) (string-append comment "\n#" m))))))))
(synopsis "High-performance mail transport agent")
(description