~ruther/guix-local

e3459bff0039fbaaaf521fb8c8d406dc29986a8e — Tomas Volf 1 year, 2 months ago 0753a17
gnu: mcron: Use correct sendmail.

When the crons are running, /run/privileged/bin is not in the $PATH, hence the
default of "sendmail -t" does not work.

* gnu/packages/guile-xyz.scm (mcron)[arguments]<#:configure-flags>: Set
sendmail path.

Change-Id: I86ffa5ddf26209acd8f706394ac13e63dcf4e0ec
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/guile-xyz.scm
M gnu/packages/guile-xyz.scm => gnu/packages/guile-xyz.scm +3 -0
@@ 3291,6 3291,9 @@ is no support for parsing block and inline level HTML.")
    (build-system gnu-build-system)
    (arguments
     (list
      #:configure-flags
      #~(list
         "--with-sendmail=/run/privileged/bin/sendmail -t")
      #:phases #~(modify-phases %standard-phases
                   (add-before 'check 'adjust-tests
                     (lambda _