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