channels: Do not offload package cache derivation.
* guix/channels.scm (package-cache-file): Pass #:local-build? to 'gexp->derivation-in-inferior'.
This commit is contained in:
parent
9e532ae22a
commit
f674bc6620
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue