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

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

View file

@ -7,7 +7,7 @@
}; };
buildDeps = { buildDeps = {
buildInputs = with pkgs; [ ffmpeg openssl ]; 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"; LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
}; };
cargoData = builtins.fromTOML (builtins.readFile ./Cargo.toml); cargoData = builtins.fromTOML (builtins.readFile ./Cargo.toml);