guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: channels: Do not offload package cache derivation.


From: guix-commits
Subject: 01/06: channels: Do not offload package cache derivation.
Date: Tue, 29 Jan 2019 06:10:00 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f674bc6620ec2aad35dad455c55fd7dea79236e2
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 29 11:58:50 2019 +0100

    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(-)

diff --git a/guix/channels.scm b/guix/channels.scm
index f386d18..96d62ce 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]