summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/blurhash-python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/blurhash-python/default.nix')
-rw-r--r--pkgs/development/python-modules/blurhash-python/default.nix23
1 files changed, 11 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/blurhash-python/default.nix b/pkgs/development/python-modules/blurhash-python/default.nix
index 2b0232a7e9b9..e8acda803941 100644
--- a/pkgs/development/python-modules/blurhash-python/default.nix
+++ b/pkgs/development/python-modules/blurhash-python/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, pythonOlder
-, fetchFromGitHub
-, cffi
-, pillow
-, pytestCheckHook
-, setuptools-scm
-, six
+{
+ lib,
+ buildPythonPackage,
+ pythonOlder,
+ fetchFromGitHub,
+ cffi,
+ pillow,
+ pytestCheckHook,
+ setuptools-scm,
+ six,
}:
buildPythonPackage rec {
@@ -37,9 +38,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "blurhash" ];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
meta = {
description = "Compact representation of a placeholder for an image";