python3Packages.polars: fix the mimalloc flag (#486282)

This commit is contained in:
Yt
2026-02-06 22:19:33 +00:00
committed by GitHub
@@ -97,7 +97,7 @@ buildPythonPackage rec {
RUSTFLAGS = lib.concatStringsSep " " (
lib.optionals (polarsMemoryAllocator.pname == "mimalloc") [
"--cfg use_mimalloc"
"--cfg allocator=\"mimalloc\""
]
);
RUST_BACKTRACE = true;