python3Packages.viv-utils: add flirt feature
This commit is contained in:
parent
647d05a321
commit
2a12c578f4
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, vivisect
|
||||
, pytest-sugar
|
||||
, pytestCheckHook
|
||||
, python-flirt
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "viv-utils";
|
||||
|
@ -38,6 +39,14 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
passthru = {
|
||||
optional-dependencies = {
|
||||
flirt = [
|
||||
python-flirt
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Utilities for working with vivisect";
|
||||
homepage = "https://github.com/williballenthin/viv-utils";
|
||||
|
|
Loading…
Reference in a new issue