Commit b3d9e85d authored by Yarny0's avatar Yarny0
Browse files

electrum: migrate to `build-system`/`dependencies`

.. replacing `nativeBuildInputs` and `propagatedBuildInputs`.
parent 09ff437f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-LO2ZUvbDJaIxrdgA+cM3sGgqJ+N+UlA9ObNINQcrorA=";
  };

  nativeBuildInputs = [ protobuf ] ++ lib.optionals enableQt [ wrapQtAppsHook ];
  build-system = [ protobuf ] ++ lib.optionals enableQt [ wrapQtAppsHook ];
  buildInputs = lib.optional (stdenv.hostPlatform.isLinux && enableQt) qtwayland;

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    aiohttp
    aiohttp-socks
    aiorpcx