diff options
Diffstat (limited to 'pkgs/development/python-modules/barectf/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/barectf/default.nix | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/barectf/default.nix b/pkgs/development/python-modules/barectf/default.nix index ed9be93dd021..e56367d85fa1 100644 --- a/pkgs/development/python-modules/barectf/default.nix +++ b/pkgs/development/python-modules/barectf/default.nix @@ -1,14 +1,15 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, poetry-core -, pytest7CheckHook -, pythonRelaxDepsHook -, setuptools -, jsonschema -, pyyaml -, jinja2 -, termcolor +{ + lib, + buildPythonPackage, + fetchFromGitHub, + poetry-core, + pytest7CheckHook, + pythonRelaxDepsHook, + setuptools, + jsonschema, + pyyaml, + jinja2, + termcolor, }: buildPythonPackage rec { @@ -42,13 +43,9 @@ buildPythonPackage rec { termcolor ]; - pythonImportsCheck = [ - "barectf" - ]; + pythonImportsCheck = [ "barectf" ]; - nativeCheckInputs = [ - pytest7CheckHook - ]; + nativeCheckInputs = [ pytest7CheckHook ]; meta = with lib; { description = "Generator of ANSI C tracers which output CTF data streams "; |
