python312Packages.dissect-cobaltstrike: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-08 01:18:26 +02:00
parent b2ccce93ac
commit 26b997060d

View File

@ -1,19 +1,20 @@
{ lib
, buildPythonPackage
, dissect-cstruct
, dissect-util
, fetchFromGitHub
, flow-record
, httpx
, lark
, pycryptodome
, pyshark
, pytest-httpserver
, pytestCheckHook
, pythonOlder
, rich
, setuptools
, setuptools-scm
{
lib,
buildPythonPackage,
dissect-cstruct,
dissect-util,
fetchFromGitHub,
flow-record,
httpx,
lark,
pycryptodome,
pyshark,
pytest-httpserver,
pytestCheckHook,
pythonOlder,
rich,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
@ -69,9 +70,7 @@ buildPythonPackage rec {
pytestCheckHook
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
pythonImportsCheck = [
"dissect.cobaltstrike"
];
pythonImportsCheck = [ "dissect.cobaltstrike" ];
meta = with lib; {
description = "Dissect module implementing a parser for Cobalt Strike related data";