Loading pkgs/development/python-modules/qasync/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pyqt5, pyqt6, pytestCheckHook, uv-build, }: Loading @@ -27,9 +27,10 @@ buildPythonPackage rec { build-system = [ uv-build ]; dependencies = [ pyqt5 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pyqt6 ]; pythonImportsCheck = [ "qasync" ]; Loading Loading
pkgs/development/python-modules/qasync/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pyqt5, pyqt6, pytestCheckHook, uv-build, }: Loading @@ -27,9 +27,10 @@ buildPythonPackage rec { build-system = [ uv-build ]; dependencies = [ pyqt5 ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pyqt6 ]; pythonImportsCheck = [ "qasync" ]; Loading