radicle-cli: fix build by setting auditable = false

This commit is contained in:
amesgen 2023-04-15 00:31:58 +02:00
parent c58e6fbf25
commit 4d73c5e501
No known key found for this signature in database
GPG key ID: 1A89EC203635A13D

View file

@ -38,6 +38,9 @@ rustPlatform.buildRustPackage rec {
};
};
# Otherwise, there are errors due to the `abigen` macro from `ethers`.
auditable = false;
nativeBuildInputs = [
pkg-config
cmake