Merge pull request #226204 from amesgen/fix-radicle-cli

radicle-cli: fix build by setting `auditable = false`
This commit is contained in:
Weijia Wang
2023-04-15 20:53:43 +03:00
committed by GitHub
@@ -38,6 +38,9 @@ rustPlatform.buildRustPackage rec {
};
};
# Otherwise, there are errors due to the `abigen` macro from `ethers`.
auditable = false;
nativeBuildInputs = [
pkg-config
cmake