diff options
Diffstat (limited to 'pkgs/development/python-modules/beanhub-forms/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/beanhub-forms/default.nix | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/beanhub-forms/default.nix b/pkgs/development/python-modules/beanhub-forms/default.nix index 27cf644b96f0..2482d0306e7c 100644 --- a/pkgs/development/python-modules/beanhub-forms/default.nix +++ b/pkgs/development/python-modules/beanhub-forms/default.nix @@ -1,14 +1,15 @@ -{ lib -, fetchFromGitHub -, buildPythonPackage -, pythonOlder -, pytestCheckHook -, jinja2 -, multidict -, poetry-core -, pydantic -, pyyaml -, wtforms +{ + lib, + fetchFromGitHub, + buildPythonPackage, + pythonOlder, + pytestCheckHook, + jinja2, + multidict, + poetry-core, + pydantic, + pyyaml, + wtforms, }: buildPythonPackage rec { @@ -25,9 +26,7 @@ buildPythonPackage rec { hash = "sha256-313c+ENmTe1LyfEiMXNB9AUoGx3Yv/1D0T3HnAbd+Zw="; }; - build-system = [ - poetry-core - ]; + build-system = [ poetry-core ]; dependencies = [ jinja2 @@ -41,9 +40,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "beanhub_forms" - ]; + pythonImportsCheck = [ "beanhub_forms" ]; meta = { description = "Library for generating and processing BeanHub's custom forms"; |
