python311Packages.dissect-squashfs: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-08 01:07:21 +02:00
parent 3e8f12b57f
commit 9ed3661e75
@@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, dissect-cstruct
, dissect-util
, fetchFromGitHub
, lz4
, python-lzo
, pythonOlder
, setuptools
, setuptools-scm
, zstandard
{
lib,
buildPythonPackage,
dissect-cstruct,
dissect-util,
fetchFromGitHub,
lz4,
python-lzo,
pythonOlder,
setuptools,
setuptools-scm,
zstandard,
}:
buildPythonPackage rec {
@@ -43,9 +44,7 @@ buildPythonPackage rec {
];
};
pythonImportsCheck = [
"dissect.squashfs"
];
pythonImportsCheck = [ "dissect.squashfs" ];
meta = with lib; {
description = "Dissect module implementing a parser for the SquashFS file system";