flake update, renamed pkg-config

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

View File

@ -2,10 +2,10 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1686226982,
"narHash": "sha256-nLuiPoeiVfqqzeq9rmXxpybh77VS37dsY/k8N2LoxVg=",
"path": "/nix/store/xwqh0l2x34wfn4yxpgx8f4qfzhm56rnv-source",
"rev": "a64b73e07d4aa65cfcbda29ecf78eaf9e72e44bd",
"lastModified": 1696193975,
"narHash": "sha256-mnQjUcYgp9Guu3RNVAB2Srr1TqKcPpRXmJf4LJk6KRY=",
"path": "/nix/store/5rb11cz8xmv8cdk7b0w80pzczbzk0p26-source",
"rev": "fdd898f8f79e8d2f99ed2ab6b3751811ef683242",
"type": "path"
},
"original": {

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);