mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -478,7 +478,8 @@ (define build
|
|||
(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 a new issue