summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/channels.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index f386d18b74..96d62ce062 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -478,7 +478,8 @@ be used as a profile hook."
     (gexp->derivation-in-inferior "guix-package-cache" build
                                   profile
                                   #:properties '((type . profile-hook)
-                                                 (hook . package-cache)))))
+                                                 (hook . package-cache))
+                                  #:local-build? #t)))
 
 (define %channel-profile-hooks
   ;; The default channel profile hooks.