Skip to content

Commit

Permalink
Updates from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
eraserhd committed Jan 27, 2025
1 parent fa20fdd commit d269dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ rustPlatform.buildRustPackage rec {
lockFile = ./Cargo.lock;
};

useFetchCargoVendor = true;

nativeBuildInputs = [
llvmPackages.libclang
llvmPackages.clang
libiconv
rustPlatform.bindgenHook
];
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";

Expand Down

0 comments on commit d269dca

Please sign in to comment.