diff --git a/guix/profiles.scm b/guix/profiles.scm index bad9b955190..3a547de4923 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