me
/
guix
Archived
1
0
Fork 0

profiles: manual-database: Remove GDBM workaround.

* guix/profiles.scm (manual-database): No longer set the MALLOC_PERTURB_
environment variable.
master
Maxim Cournoyer 2022-03-21 17:15:27 -04:00
parent d8a7e37b86
commit 8e3d4f05df
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