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

amesgen 4d73c5e5 c58e6fbf

+3
+3
pkgs/applications/version-management/radicle-cli/default.nix
··· 38 38 }; 39 39 }; 40 40 41 + # Otherwise, there are errors due to the `abigen` macro from `ethers`. 42 + auditable = false; 43 + 41 44 nativeBuildInputs = [ 42 45 pkg-config 43 46 cmake