Skip to content

Commit e3aea30

Browse files
committed
Does this fix the mac build?
1 parent b3df2e4 commit e3aea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
'';
322322
# pyo3 needs a Python interpreter in the build environment
323323
# https://pyo3.rs/v0.17.3/building_and_distribution#configuring-the-python-version
324-
nativeBuildInputs = with pkgs; [ pkg-config python3 ];
324+
nativeBuildInputs = with pkgs; [ pkg-config python3 ] ++ systemSpecificPkgs;
325325
buildInputs = with pkgs; [
326326
(nix-input.packages.${system}.default.overrideAttrs
327327
# SEE: https://github.com/NixOS/nix/issues/9107

0 commit comments

Comments
 (0)