Loading
electrum: fix build with protobuf dependency
Since the update to version 5 with https://github.com/NixOS/nixpkgs/commit/7cdaa0b80c9da64b2acb6cc8e8f73d2f4489aaeb , the `python3Packages.protobuf` package no longer provides the `protoc` program. Instead, one has to add the `protobuf` package (not the python package) directly.