Skip to content

Commit

Permalink
fix python build
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Nov 15, 2024
1 parent 6d6dd81 commit e43035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
version = manifold-version;
src = self;
propagatedBuildInputs = [ numpy ];
buildInputs = [ onetbb clipper2 ];
buildInputs = [ onetbb pkgs.clipper2 ];
nativeBuildInputs = with pkgs; [
cmake
ninja
Expand Down

0 comments on commit e43035e

Please sign in to comment.