Skip to content

Commit

Permalink
Add comments about broken libcst to poetryOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
hcallahan-lowrisc committed Jan 4, 2024
1 parent ff6d1ff commit 732bc68
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lib/poetryOverrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,18 @@
preferWheel = true;
};
libcst = prev.libcst.override {
# Missing rustc/cargo etc.
# buildInputs = (old.buildInputs or []) ++ [ final.setuptools-rust ];
preferWheel = true;
# }).overridePythonAttrs ( old: {
# # This fix is incomplete, and appears to be due to the issue here:
# # https://github.com/nix-community/poetry2nix/issues/413
# # https://github.com/nix-community/poetry2nix/issues/442
# buildInputs = (old.buildInputs or []) ++ [
# pkgs.rustc
# pkgs.cargo
# # pkgs.rustPlatform.cargoSetupHook
# final.setuptools-rust
# ];
# });
};
isort = prev.isort.override {
# Some problem building due to a malformed semantic version string.
Expand Down

0 comments on commit 732bc68

Please sign in to comment.