From 65400c3c3bdeb9d8c851471b62e14ceddfd87ccb 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(-) (limited to 'guix') 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 v1.2.3