diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index 92ac73b7c7..541d694d3b 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -109,7 +109,7 @@ Add a `shell.nix` file to the root of the project containing: { pkgs ? import {} }: with pkgs; mkShell rec { nativeBuildInputs = [ - pkgconfig + pkg-config llvmPackages.bintools # To use lld linker ]; buildInputs = [