mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
e0e85f2b23
.
* gnu/services/mcron.scm (mcron-shepherd-services): Hide ‘mkdir-p’.
This commit is contained in:
parent
c49cc1ac12
commit
a0818d0236
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ (define (mcron-shepherd-services config)
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue