summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-05-01 00:40:23 +0200
committerLudovic Courtès <ludo@gnu.org>2020-05-01 01:21:03 +0200
commit69de98391d720b92206d5e45072ecd3944d95774 (patch)
tree08185e860a9ee2b750cb686256d44044d9a6818d
parent229f4fa9522fb56b014ee9c0d8111e8fb6da764d (diff)
downloadpatches-69de98391d720b92206d5e45072ecd3944d95774.tar
patches-69de98391d720b92206d5e45072ecd3944d95774.tar.gz
profiles: Mark manual database as non-substitutable.
Fixes <https://bugs.gnu.org/40381>. Reported by pkill9 <pkill9@runbox.com>. * guix/profiles.scm (manual-database): Pass #:substitutable? #f.
-rw-r--r--guix/profiles.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/profiles.scm b/guix/profiles.scm
index ab265cce62..b3a3db0e84 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)