fedimint: use rustPlatform.bindgenHook
This commit is contained in:
parent
f9b5b1f98c
commit
bbd2561c7f
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user