python311Packages.dissect-executable: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-08 01:15:15 +02:00
parent 371b6e7174
commit ac0f84ce7e
1 changed files with 10 additions and 11 deletions

View File

@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, dissect-cstruct
, dissect-util
, fetchFromGitHub
, setuptools
, setuptools-scm
, pythonOlder
{
lib,
buildPythonPackage,
dissect-cstruct,
dissect-util,
fetchFromGitHub,
setuptools,
setuptools-scm,
pythonOlder,
}:
buildPythonPackage rec {
@ -32,9 +33,7 @@ buildPythonPackage rec {
dissect-util
];
pythonImportsCheck = [
"dissect.executable"
];
pythonImportsCheck = [ "dissect.executable" ];
meta = with lib; {
description = "Dissect module implementing a parser for various executable formats such as PE, ELF and Macho-O";