Merge pull request #226204 from amesgen/fix-radicle-cli
radicle-cli: fix build by setting `auditable = false`
This commit is contained in:
@@ -38,6 +38,9 @@ rustPlatform.buildRustPackage rec {
|
||||
};
|
||||
};
|
||||
|
||||
# Otherwise, there are errors due to the `abigen` macro from `ethers`.
|
||||
auditable = false;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user