Unverified Commit c6b1bc0c authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

electrum-ltc: unbreak (#368149)

parents 45c1a2ef a689ece7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -109,6 +109,9 @@ python3.pkgs.buildPythonApplication {
    # copy the patched `/run_electrum` over `/electrum/electrum`
    # so the aiorpcx compatibility patch is used
    cp run_electrum electrum_ltc/electrum-ltc

    # refresh stale generated code, per electrum_ltc/paymentrequest.py line 40
    protoc --proto_path=electrum_ltc/ --python_out=electrum_ltc/ electrum_ltc/paymentrequest.proto
  '';

  preBuild =