mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python311Packages.cle: format with nixfmt
This commit is contained in:
parent
d7361d9da9
commit
2dd22d5265
@ -1,18 +1,19 @@
|
||||
{ lib
|
||||
, archinfo
|
||||
, buildPythonPackage
|
||||
, cffi
|
||||
, fetchFromGitHub
|
||||
, minidump
|
||||
, pefile
|
||||
, pyelftools
|
||||
, pynose
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pyvex
|
||||
, pyxbe
|
||||
, setuptools
|
||||
, sortedcontainers
|
||||
{
|
||||
lib,
|
||||
archinfo,
|
||||
buildPythonPackage,
|
||||
cffi,
|
||||
fetchFromGitHub,
|
||||
minidump,
|
||||
pefile,
|
||||
pyelftools,
|
||||
pynose,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyvex,
|
||||
pyxbe,
|
||||
setuptools,
|
||||
sortedcontainers,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -26,7 +27,6 @@ let
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-hnYMAgEnDHXg1jUrzhLWuun+Gv+2xnd4Da6OC9IGa2Q=";
|
||||
};
|
||||
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "cle";
|
||||
@ -42,9 +42,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-6gJKhyjKBgtSwGk5lqkaQVxe0ZC5WHVIYQMeREfz9A0=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
archinfo
|
||||
@ -82,9 +80,7 @@ buildPythonPackage rec {
|
||||
"test_remote_file_map"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"cle"
|
||||
];
|
||||
pythonImportsCheck = [ "cle" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python loader for many binary formats";
|
||||
|
Loading…
Reference in New Issue
Block a user