python311Packages.polars: fix build with maturinBuildHook changes
This commit is contained in:
@@ -38,7 +38,6 @@ buildPythonPackage {
|
||||
# thus the `sed` command
|
||||
# Make sure to check that the right substitutions are made when updating the package
|
||||
preBuild = ''
|
||||
cd py-polars
|
||||
#sed -i 's/version = "0.18.0"/version = "${version}"/g' Cargo.lock
|
||||
'';
|
||||
|
||||
@@ -49,7 +48,7 @@ buildPythonPackage {
|
||||
};
|
||||
};
|
||||
|
||||
cargoRoot = "py-polars";
|
||||
sourceRoot = "source/py-polars";
|
||||
|
||||
# Revisit this whenever package or Rust is upgraded
|
||||
RUSTC_BOOTSTRAP = 1;
|
||||
|
||||
Reference in New Issue
Block a user