diff options
Diffstat (limited to 'pkgs/development/python-modules/logging-journald/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/logging-journald/default.nix | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/logging-journald/default.nix b/pkgs/development/python-modules/logging-journald/default.nix index 812de51498d1..51ba2cce6ea1 100644 --- a/pkgs/development/python-modules/logging-journald/default.nix +++ b/pkgs/development/python-modules/logging-journald/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, poetry-core -, pythonOlder +{ + lib, + buildPythonPackage, + fetchFromGitHub, + poetry-core, + pythonOlder, }: buildPythonPackage rec { @@ -19,16 +20,12 @@ buildPythonPackage rec { hash = "sha256-RQ9opkAOZfhYuqOXJ2Mtnig8soL+lCveYH2YdXL1AGM="; }; - nativeBuildInputs = [ - poetry-core - ]; + nativeBuildInputs = [ poetry-core ]; # Circular dependency with aiomisc doCheck = false; - pythonImportsCheck = [ - "logging_journald" - ]; + pythonImportsCheck = [ "logging_journald" ]; meta = with lib; { description = "Logging handler for writing logs to the journald"; |
