We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3df2e4 commit e3aea30Copy full SHA for e3aea30
flake.nix
@@ -321,7 +321,7 @@
321
'';
322
# pyo3 needs a Python interpreter in the build environment
323
# https://pyo3.rs/v0.17.3/building_and_distribution#configuring-the-python-version
324
- nativeBuildInputs = with pkgs; [ pkg-config python3 ];
+ nativeBuildInputs = with pkgs; [ pkg-config python3 ] ++ systemSpecificPkgs;
325
buildInputs = with pkgs; [
326
(nix-input.packages.${system}.default.overrideAttrs
327
# SEE: https://github.com/NixOS/nix/issues/9107
0 commit comments