python311Packages.angr: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-09 23:14:20 +02:00
parent 8849930598
commit 376df0333e

View File

@ -1,37 +1,38 @@
{ lib {
, stdenv lib,
, ailment stdenv,
, archinfo ailment,
, buildPythonPackage archinfo,
, cachetools buildPythonPackage,
, capstone cachetools,
, cffi capstone,
, claripy cffi,
, cle claripy,
, cppheaderparser cle,
, dpkt cppheaderparser,
, fetchFromGitHub dpkt,
, gitpython fetchFromGitHub,
, itanium-demangler gitpython,
, mulpyplexer itanium-demangler,
, nampa mulpyplexer,
, networkx nampa,
, progressbar2 networkx,
, protobuf progressbar2,
, psutil protobuf,
, pycparser psutil,
, pyformlang pycparser,
, pythonOlder pyformlang,
, pythonRelaxDepsHook pythonOlder,
, pyvex pythonRelaxDepsHook,
, rich pyvex,
, rpyc rich,
, setuptools rpyc,
, sortedcontainers setuptools,
, sqlalchemy sortedcontainers,
, sympy sqlalchemy,
, unicorn sympy,
, unique-log-filter unicorn,
unique-log-filter,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -48,9 +49,7 @@ buildPythonPackage rec {
hash = "sha256-9NLQtwakM041yNY/mb9WbSGC1Q8AHHkiqqjf5bZUOlI="; hash = "sha256-9NLQtwakM041yNY/mb9WbSGC1Q8AHHkiqqjf5bZUOlI=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [ "capstone" ];
"capstone"
];
build-system = [ build-system = [
pythonRelaxDepsHook pythonRelaxDepsHook
@ -88,9 +87,7 @@ buildPythonPackage rec {
]; ];
passthru.optional-dependencies = { passthru.optional-dependencies = {
AngrDB = [ AngrDB = [ sqlalchemy ];
sqlalchemy
];
}; };
setupPyBuildFlags = lib.optionals stdenv.isLinux [ setupPyBuildFlags = lib.optionals stdenv.isLinux [