guix-commits
[Top][All Lists]
Advanced

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

01/06: profiles: Mark manual database as non-substitutable.


From: guix-commits
Subject: 01/06: profiles: Mark manual database as non-substitutable.
Date: Thu, 30 Apr 2020 19:21:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 69de98391d720b92206d5e45072ecd3944d95774
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri May 1 00:40:23 2020 +0200

    profiles: Mark manual database as non-substitutable.
    
    Fixes <https://bugs.gnu.org/40381>.
    Reported by pkill9 <address@hidden>.
    
    * guix/profiles.scm (manual-database): Pass #:substitutable? #f.
---
 guix/profiles.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index ab265cc..b3a3db0 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -1487,6 +1487,7 @@ the entries in MANIFEST."
                     ;; 
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29654#23>.
                     #:env-vars `(("MALLOC_PERTURB_" . "1"))
 
+                    #:substitutable? #f
                     #:local-build? #t
                     #:properties
                     `((type . profile-hook)



reply via email to

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