Loading pkgs/development/python-modules/polars/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ buildPythonPackage rec { RUSTFLAGS = lib.concatStringsSep " " ( lib.optionals (polarsMemoryAllocator.pname == "mimalloc") [ "--cfg use_mimalloc" "--cfg allocator=\"mimalloc\"" ] ); RUST_BACKTRACE = true; Loading Loading
pkgs/development/python-modules/polars/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ buildPythonPackage rec { RUSTFLAGS = lib.concatStringsSep " " ( lib.optionals (polarsMemoryAllocator.pname == "mimalloc") [ "--cfg use_mimalloc" "--cfg allocator=\"mimalloc\"" ] ); RUST_BACKTRACE = true; Loading