flake update, renamed pkg-config
This commit is contained in:
parent
b0b371a279
commit
df38543f50
2 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue