We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45c1a2e + a689ece commit c6b1bc0Copy full SHA for c6b1bc0
pkgs/applications/misc/electrum/ltc.nix
@@ -109,6 +109,9 @@ python3.pkgs.buildPythonApplication {
109
# copy the patched `/run_electrum` over `/electrum/electrum`
110
# so the aiorpcx compatibility patch is used
111
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
115
'';
116
117
preBuild =
0 commit comments