From a0818d0236056dae043f9d1997b0c45ee40bbe26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 5 Oct 2023 22:31:46 +0200 Subject: [PATCH] =?UTF-8?q?services:=20mcron:=20Hide=20=E2=80=98mkdir-p?= =?UTF-8?q?=E2=80=99=20from=20(shepherd=20support).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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’. --- gnu/services/mcron.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/mcron.scm b/gnu/services/mcron.scm index 088de8c83b48c312de1222d5299be6c56c0d5bcb..e907d364da766959ec45e3e7be2c82c88a259d6a 100644 --- a/gnu/services/mcron.scm +++ b/gnu/services/mcron.scm @@ -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")