fixed issues with clang path on nix

This commit is contained in:
specCon18 2024-02-22 16:45:42 -05:00
parent b1d7569150
commit 09ac7b59c9
2 changed files with 5 additions and 9 deletions

View file

@ -7,6 +7,8 @@ pkgs.rustPlatform.buildRustPackage rec {
src = pkgs.lib.cleanSource ../.;
buildInputs = with pkgs; [
surrealdb
clang
];
# doCheck = false;
}
LIBCLANG_PATH="${pkgs.llvmPackages.libclang.lib}/lib";
}