Unverified Commit 44db59d2 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents b9c921b9 34a348a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ buildPythonPackage rec {

    RUSTFLAGS = lib.concatStringsSep " " (
      lib.optionals (polarsMemoryAllocator.pname == "mimalloc") [
        "--cfg use_mimalloc"
        "--cfg allocator=\"mimalloc\""
      ]
    );
    RUST_BACKTRACE = true;