Unverified Commit 4d73c5e5 authored by amesgen's avatar amesgen
Browse files

radicle-cli: fix build by setting `auditable = false`

parent c58e6fbf
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