Unverified Commit 65be0ffe authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

radicle-cli: fix build by setting `auditable = false`
parents dde4134f 4d73c5e5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ rustPlatform.buildRustPackage rec {
    };
  };

  # Otherwise, there are errors due to the `abigen` macro from `ethers`.
  auditable = false;

  nativeBuildInputs = [
    pkg-config
    cmake