mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
flare-floss: format with nixfmt
This commit is contained in:
parent
d181aa11d9
commit
9ed6644297
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchFromGitHub
|
||||
{
|
||||
lib,
|
||||
python3,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
@ -24,22 +25,23 @@ python3.pkgs.buildPythonPackage rec {
|
||||
--replace 'sigs_path = os.path.join(get_default_root(), "sigs")' 'sigs_path = "'"$out"'/share/flare-floss/sigs"'
|
||||
'';
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
setuptools
|
||||
];
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
binary2strings
|
||||
halo
|
||||
networkx
|
||||
pefile
|
||||
pydantic_1
|
||||
rich
|
||||
tabulate
|
||||
tqdm
|
||||
viv-utils
|
||||
vivisect
|
||||
] ++ viv-utils.optional-dependencies.flirt;
|
||||
dependencies =
|
||||
with python3.pkgs;
|
||||
[
|
||||
binary2strings
|
||||
halo
|
||||
networkx
|
||||
pefile
|
||||
pydantic_1
|
||||
rich
|
||||
tabulate
|
||||
tqdm
|
||||
viv-utils
|
||||
vivisect
|
||||
]
|
||||
++ viv-utils.optional-dependencies.flirt;
|
||||
|
||||
nativeCheckInputs = with python3.pkgs; [
|
||||
pytest-sugar
|
||||
|
Loading…
Reference in New Issue
Block a user