flake update, renamed pkg-config

This commit is contained in:
xenofem 2023-10-16 03:14:42 -04:00
parent b0b371a279
commit df38543f50
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
};
buildDeps = {
buildInputs = with pkgs; [ ffmpeg openssl ];
nativeBuildInputs = with pkgs; [ rustc cargo pkgconfig clang ];
nativeBuildInputs = with pkgs; [ rustc cargo pkg-config clang ];
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
};
cargoData = builtins.fromTOML (builtins.readFile ./Cargo.toml);