Skip to content

Commit a689ece

Browse files
committed
electrum-ltc: unbreak
1 parent 04e40bc commit a689ece

File tree

1 file changed

+3
-0
lines changed
  • pkgs/applications/misc/electrum

1 file changed

+3
-0
lines changed

pkgs/applications/misc/electrum/ltc.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ python3.pkgs.buildPythonApplication {
109109
# copy the patched `/run_electrum` over `/electrum/electrum`
110110
# so the aiorpcx compatibility patch is used
111111
cp run_electrum electrum_ltc/electrum-ltc
112+
113+
# refresh stale generated code, per electrum_ltc/paymentrequest.py line 40
114+
protoc --proto_path=electrum_ltc/ --python_out=electrum_ltc/ electrum_ltc/paymentrequest.proto
112115
'';
113116

114117
preBuild =

0 commit comments

Comments
 (0)