nixpkgs/pkgs/applications/misc/electrum
Yarny0 0e513f0435 electrum: add patch for aiorpcx compatibility
electrum is quite strict about the aiorpcx version is accepts.
With commit 97b53be707 ,
aiorpcx got updated to 0.23.1 which is too much for electrum.

Upstream already has a patch to extend the
range of aiorpcx versions it permits.
We apply that patch until a the next release of electrum.

Unfortunatelly, the patch -- which we take from the
GitHub source repository -- does not patch every file
that that is needed to be patched in the distribution tarball.
Hence we have to copy the patched file over another file
in the `postPatch` hook of the build process.
See the comments there for more information.
2024-05-06 16:37:39 +02:00
..
default.nix electrum: add patch for aiorpcx compatibility 2024-05-06 16:37:39 +02:00
grs.nix electrum-grs 4.4.4 -> 4.5.4 2024-03-19 20:54:10 +01:00
ltc.nix treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
update.nix electrum: updater: use keys from source github repository 2024-03-17 18:12:07 +01:00