mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
python311Packages.dissect-evidence: format with nixfmt
This commit is contained in:
parent
bb94985b45
commit
e7afd61c43
@ -1,12 +1,13 @@
|
|||||||
{ lib
|
{
|
||||||
, buildPythonPackage
|
lib,
|
||||||
, dissect-cstruct
|
buildPythonPackage,
|
||||||
, dissect-util
|
dissect-cstruct,
|
||||||
, fetchFromGitHub
|
dissect-util,
|
||||||
, setuptools
|
fetchFromGitHub,
|
||||||
, setuptools-scm
|
setuptools,
|
||||||
, pytestCheckHook
|
setuptools-scm,
|
||||||
, pythonOlder
|
pytestCheckHook,
|
||||||
|
pythonOlder,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -33,13 +34,9 @@ buildPythonPackage rec {
|
|||||||
dissect-util
|
dissect-util
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [ pytestCheckHook ];
|
||||||
pytestCheckHook
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [ "dissect.evidence" ];
|
||||||
"dissect.evidence"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dissect module implementing a parsers for various forensic evidence file containers";
|
description = "Dissect module implementing a parsers for various forensic evidence file containers";
|
||||||
|
Loading…
Reference in New Issue
Block a user