fedimint: use rustPlatform.bindgenHook

This commit is contained in:
Nick Cao
2024-11-30 09:28:59 -05:00
parent f9b5b1f98c
commit bbd2561c7f
+1 -1
View File
@@ -40,6 +40,7 @@ buildRustPackage rec {
pkg-config
clang
(lib.getLib libclang)
rustPlatform.bindgenHook
];
buildInputs = [
@@ -79,7 +80,6 @@ buildRustPackage rec {
PROTOC = "${buildPackages.protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
OPENSSL_DIR = openssl.dev;
LIBCLANG_PATH = "${lib.getLib libclang}/lib";
FEDIMINT_BUILD_FORCE_GIT_HASH = "0000000000000000000000000000000000000000";