flake update, renamed pkg-config
This commit is contained in:
parent
b0b371a279
commit
df38543f50
|
@ -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": {
|
||||
|
|
|
@ -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…
Reference in a new issue