profiles: manual-database: Remove GDBM workaround.

* guix/profiles.scm (manual-database): No longer set the MALLOC_PERTURB_
environment variable.
This commit is contained in:
Maxim Cournoyer 2022-03-21 17:15:27 -04:00
parent 18119fe288
commit 65400c3c3b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 6 deletions

View File

@ -1716,12 +1716,6 @@ the entries in MANIFEST."
(force-output))))))
(gexp->derivation "manual-database" build
;; Work around GDBM 1.13 issue whereby uninitialized bytes
;; get written to disk:
;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29654#23>.
#:env-vars `(("MALLOC_PERTURB_" . "1"))
#:substitutable? #f
#:local-build? #t
#:properties