Commit 910a369f authored by arcnmx's avatar arcnmx
Browse files

electrum: fix check without qt

parent 422e558c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -73,6 +73,9 @@ python3.pkgs.buildPythonApplication rec {
    lib.optionals enableQt [
      pyqt6
    ];
  disabledTestPaths = lib.optionals (!enableQt) [
    "tests/test_qml_types.py"
  ];

  postPatch =
    if enableQt then