electrum: fix check without qt

This commit is contained in:
arcnmx
2025-09-03 19:48:32 -07:00
parent 422e558c9f
commit 910a369fe7
@@ -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