~ruther/guix-local

a0818d0236056dae043f9d1997b0c45ee40bbe26 — Ludovic Courtès 2 years ago c49cc1a
services: mcron: Hide ‘mkdir-p’ from (shepherd support).

This a avoids a Guile warning about the name collision with (guix build
utils).  The warning was introduced by commit
e0e85f2b2396c69d078caad9bd8e1a0fddf33a4a.

* gnu/services/mcron.scm (mcron-shepherd-services): Hide ‘mkdir-p’.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/mcron.scm
M gnu/services/mcron.scm => gnu/services/mcron.scm +1 -1
@@ 165,7 165,7 @@ files."
                            (ice-9 popen) ;for the 'schedule' action
                            (ice-9 rdelim)
                            (ice-9 match)
                            (shepherd support)    ;for '%user-log-dir'
                            ((shepherd support) #:hide (mkdir-p)) ;for '%user-log-dir'
                            ,@%default-modules))
                 (start #~(make-forkexec-constructor
                           (list #$(file-append mcron "/bin/mcron")