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.
This commit is contained in:
parent
229f4fa952
commit
69de98391d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user