python312Packages.dissect-xfs: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-08 01:05:40 +02:00
parent 8eba29e8ef
commit e7b448afad

View File

@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, dissect-cstruct
, dissect-util
, fetchFromGitHub
, setuptools
, setuptools-scm
, pytestCheckHook
, pythonOlder
{
lib,
buildPythonPackage,
dissect-cstruct,
dissect-util,
fetchFromGitHub,
setuptools,
setuptools-scm,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@ -33,13 +34,9 @@ buildPythonPackage rec {
dissect-util
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"dissect.xfs"
];
pythonImportsCheck = [ "dissect.xfs" ];
# Archive files seems to be corrupt
doCheck = false;