diff --git a/guix/build/graft.scm b/guix/build/graft.scm index 3dce486adf..e567bff4f4 100644 --- a/guix/build/graft.scm +++ b/guix/build/graft.scm @@ -214,6 +214,7 @@ (define (exit-on-exception proc) (print-exception port #f key args) (primitive-exit 1)))))) +;; We need this as long as we support Guile < 2.0.13. (define* (mkdir-p* dir #:optional (mode #o755)) "This is a variant of 'mkdir-p' that works around by passing MODE explicitly in each 'mkdir' call."