nativeBuildInputs is what we're interested in by default. In particular, this is needed to trigger the cc or pkg-config setup hooks which populate their respective search path environment variables automatically.
This is also what the Nixpkgs mkShell function does (probably for the same reason).
nativeBuildInputs
is what we're interested in by default. In particular, this is needed to trigger thecc
orpkg-config
setup hooks which populate their respective search path environment variables automatically.This is also what the Nixpkgs
mkShell
function does (probably for the same reason).Fixes #173