diff options
Diffstat (limited to 'pkgs/development/python-modules/icnsutil/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/icnsutil/default.nix | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/icnsutil/default.nix b/pkgs/development/python-modules/icnsutil/default.nix index 46c1fcae3fac..8061c62feb22 100644 --- a/pkgs/development/python-modules/icnsutil/default.nix +++ b/pkgs/development/python-modules/icnsutil/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, python -, pythonOlder +{ + lib, + buildPythonPackage, + fetchFromGitHub, + python, + pythonOlder, }: buildPythonPackage rec { @@ -24,9 +25,7 @@ buildPythonPackage rec { ${python.interpreter} tests/test_cli.py ''; - pythonImportsCheck = [ - "icnsutil" - ]; + pythonImportsCheck = [ "icnsutil" ]; meta = with lib; { description = "Create and extract .icns files"; |
