fedimint: use rustPlatform.bindgenHook

This commit is contained in:
Nick Cao 2024-11-30 08:42:31 -05:00
parent f9b5b1f98c
commit bbd2561c7f
No known key found for this signature in database

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";