Skip to content

Commit 44db59d

Browse files
authored
python3Packages.polars: fix the mimalloc flag (NixOS#486282)
2 parents b9c921b + 34a348a commit 44db59d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/python-modules/polars/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ buildPythonPackage rec {
9797

9898
RUSTFLAGS = lib.concatStringsSep " " (
9999
lib.optionals (polarsMemoryAllocator.pname == "mimalloc") [
100-
"--cfg use_mimalloc"
100+
"--cfg allocator=\"mimalloc\""
101101
]
102102
);
103103
RUST_BACKTRACE = true;

0 commit comments

Comments
 (0)