Skip to content

Commit

Permalink
Does this fix the mac build?
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Jun 19, 2024
1 parent 5aa45b2 commit f9c2c59
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 @@ -310,7 +310,7 @@
'';
# pyo3 needs a Python interpreter in the build environment
# https://pyo3.rs/v0.17.3/building_and_distribution#configuring-the-python-version
nativeBuildInputs = with pkgs; [ pkg-config python3 ];
nativeBuildInputs = with pkgs; [ pkg-config python3 ] ++ systemSpecificPkgs;
buildInputs = with pkgs; [
(nix-input.packages.${system}.default.overrideAttrs
# SEE: https://github.com/NixOS/nix/issues/9107
Expand Down

0 comments on commit f9c2c59

Please sign in to comment.