about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-10-06T20·21+0200
committersterni <sternenseemann@systemli.org>2022-10-06T23·23+0000
commit059dea0e3286ffc7d4d87e0a9960f879efb52428 (patch)
treece3a4fd683aa8bffb372e0c7ca711786ec6d6020 /third_party/overlays
parent4d19955580427165a86e82f2ff5c5d04fc34b467 (diff)
chore(3p/sources): Bump channels & overlays r/5046
* //3p/overlays: kill electrum override applied upstream

* //corp/tvixbolt,
  //users/tazjin/predlozhnik:
  update wasm-bindgen to match nixpkgs and run `cargo update`

Change-Id: If4327112832fd0c7938962dd8d3888d4730b7532
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6874
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/overlays')
-rw-r--r--third_party/overlays/tvl.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 62f4116a17..7eb0d22fc8 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -90,19 +90,4 @@ in
       meta.ci.skip = true;
     };
   }));
-
-
-  # Build electrum with protobuf >= 4 by following hypothetical instructions from
-  # upstream commit that pins to < 4
-  # https://github.com/spesmilo/electrum/commit/52b73880f95be5cf51742fec10cde0a2e4b23de4
-  # https://github.com/NixOS/nixpkgs/pull/194112
-  electrum = super.electrum.overrideAttrs (old: {
-    postPatch = ''
-      # make compatible with protobuf4 by easing dependencies ...
-      substituteInPlace ./contrib/requirements/requirements.txt \
-        --replace "protobuf>=3.12,<4" "protobuf>=3.12"
-      # ... and regenerating the paymentrequest_pb2.py file
-      protoc --python_out=. electrum/paymentrequest.proto
-    '' + old.postPatch or "";
-  });
 }