diff options
Diffstat (limited to 'pkgs/development/python-modules/qtawesome/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/qtawesome/default.nix | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/qtawesome/default.nix b/pkgs/development/python-modules/qtawesome/default.nix index b5e668c10a68..6cf875c9f155 100644 --- a/pkgs/development/python-modules/qtawesome/default.nix +++ b/pkgs/development/python-modules/qtawesome/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, pyqt5 -, pytestCheckHook -, pythonOlder -, qtpy +{ + lib, + buildPythonPackage, + fetchFromGitHub, + pyqt5, + pytestCheckHook, + pythonOlder, + qtpy, }: buildPythonPackage rec { @@ -26,16 +27,12 @@ buildPythonPackage rec { qtpy ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; # Requires https://github.com/boylea/qtbot which is unmaintained doCheck = false; - pythonImportsCheck = [ - "qtawesome" - ]; + pythonImportsCheck = [ "qtawesome" ]; meta = with lib; { description = "Iconic fonts in PyQt and PySide applications"; |
