From f674bc6620ec2aad35dad455c55fd7dea79236e2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 Jan 2019 11:58:50 +0100 Subject: channels: Do not offload package cache derivation. * guix/channels.scm (package-cache-file): Pass #:local-build? to 'gexp->derivation-in-inferior'. --- guix/channels.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/channels.scm') 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. -- cgit v1.2.3