Unverified Commit 4d49a5ca authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

electrum: fix check without qt (#303916)

parents 1d841c88 910a369f
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