diff options
-rw-r--r-- | guix/derivations.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/derivations.scm b/guix/derivations.scm index b2a5c6b976..b1ba573190 100644 --- a/guix/derivations.scm +++ b/guix/derivations.scm @@ -1045,7 +1045,7 @@ applied." (let ((mapping ',mapping)) (for-each (lambda (input output) - (format #t "rewriting '~a' to '~a'...~%" input output) + (format #t "grafting '~a' -> '~a'...~%" input output) (rewrite-directory input output `((,input . ,output) ,@mapping))) |