From 9fe845fc03867597d96b444448b151fd89e6b021 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 May 2024 20:40:15 +0200 Subject: [PATCH] python312Packages.bloodyad: format with nixfmt --- .../python-modules/bloodyad/default.nix | 41 ++++++++----------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/pkgs/development/python-modules/bloodyad/default.nix b/pkgs/development/python-modules/bloodyad/default.nix index f2bbe1cbf6c5..47ff7565a297 100644 --- a/pkgs/development/python-modules/bloodyad/default.nix +++ b/pkgs/development/python-modules/bloodyad/default.nix @@ -1,17 +1,18 @@ -{ lib -, asn1crypto -, buildPythonPackage -, cryptography -, dnspython -, fetchFromGitHub -, gssapi -, hatchling -, ldap3 -, msldap -, pyasn1 -, pytestCheckHook -, pythonOlder -, winacl +{ + lib, + asn1crypto, + buildPythonPackage, + cryptography, + dnspython, + fetchFromGitHub, + gssapi, + hatchling, + ldap3, + msldap, + pyasn1, + pytestCheckHook, + pythonOlder, + winacl, }: buildPythonPackage rec { @@ -28,9 +29,7 @@ buildPythonPackage rec { hash = "sha256-+Lw9Apm+zzUlM19fGgxOb2bTmmKQ1Nd7dUjF9rhHXKQ="; }; - build-system = [ - hatchling - ]; + build-system = [ hatchling ]; dependencies = [ asn1crypto @@ -43,13 +42,9 @@ buildPythonPackage rec { winacl ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "bloodyAD" - ]; + pythonImportsCheck = [ "bloodyAD" ]; disabledTests = [ # Tests require network access