From 8e3d4f05dfc852f4584c94aebb04bc74138c933d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 21 Mar 2022 17:15:27 -0400 Subject: profiles: manual-database: Remove GDBM workaround. * guix/profiles.scm (manual-database): No longer set the MALLOC_PERTURB_ environment variable. --- guix/profiles.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index bad9b95519..3a547de492 100644 --- a/guix/profiles.scm +++ b/guix/profiles.scm @@ -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: - ;; . - #:env-vars `(("MALLOC_PERTURB_" . "1")) - #:substitutable? #f #:local-build? #t #:properties -- cgit 1.4.1