electrum: fix check without qt (#303916)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user