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