radicle-cli: fix build by setting auditable = false
This commit is contained in:
parent
c58e6fbf25
commit
4d73c5e501
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
};
|
||||
|
||||
# Otherwise, there are errors due to the `abigen` macro from `ethers`.
|
||||
auditable = false;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
cmake
|
||||
|
|
Loading…
Reference in a new issue