summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/polars/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/polars/default.nix')
-rw-r--r--pkgs/development/python-modules/polars/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/polars/default.nix b/pkgs/development/python-modules/polars/default.nix
index fc82d8638569..991a3a3684cd 100644
--- a/pkgs/development/python-modules/polars/default.nix
+++ b/pkgs/development/python-modules/polars/default.nix
@@ -32,13 +32,6 @@ buildPythonPackage {
disabled = pythonOlder "3.6";
src = rootSource;
- patches = [
- # workaround for apparent rustc bug
- # remove when we're at Rust 1.73
- # https://github.com/pola-rs/polars/issues/12050
- ./all_horizontal.patch
- ];
-
# Cargo.lock file is sometimes behind actual release which throws an error,
# thus the `sed` command
# Make sure to check that the right substitutions are made when updating the package