Loading
electrum: patch for aiorpcx 0.24 compatibility
electrum is quite strict about the aiorpcx version is accepts. With commit 4bbf5300 , Upstream already has a patch to extend the range of aiorpcx versions it permits: https://github.com/spesmilo/electrum/commit/171aa5ee5ad4e25b9da10f757d9d398e905b4945 As the patch does not cleanly apply to the distribution tarball we're using, we instead apply the required changes "by hand", with `substituteInPlace`. On top of the changes adapted from the upstream commit, we have to change the file `./electrum/electrum`: It is not part of the upstream source repository, but it gets created from `./run_electrum` when upstream creates the distribution tarball. Note that the commit at hand is similar to 0e513f04 .