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
1 changed files with 1 additions and 0 deletions
|
@ -1487,6 +1487,7 @@ the entries in MANIFEST."
|
||||||
;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29654#23>.
|
;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29654#23>.
|
||||||
#:env-vars `(("MALLOC_PERTURB_" . "1"))
|
#:env-vars `(("MALLOC_PERTURB_" . "1"))
|
||||||
|
|
||||||
|
#:substitutable? #f
|
||||||
#:local-build? #t
|
#:local-build? #t
|
||||||
#:properties
|
#:properties
|
||||||
`((type . profile-hook)
|
`((type . profile-hook)
|
||||||
|
|
Reference in a new issue