mimalloc: revert doCheck enable

For some reason, test fails with binary not being able to find
libmimalloc.so.2.0. Manually specifying LD_LIBRARY_PATH gets it working,
which does not look like a very viable fix.
This commit is contained in:
Mark Vainomaa 2021-06-29 04:28:36 +03:00
parent 58e6fa615a
commit 89400633b9
No known key found for this signature in database
GPG key ID: 1B3F9523B542D315

View file

@ -39,8 +39,6 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
doCheck = true;
meta = with lib; {
description = "Compact, fast, general-purpose memory allocator";
homepage = "https://github.com/microsoft/mimalloc";