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
|
, vivisect
|
||||||
, pytest-sugar
|
, pytest-sugar
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, python-flirt
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "viv-utils";
|
pname = "viv-utils";
|
||||||
|
@ -38,6 +39,14 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
optional-dependencies = {
|
||||||
|
flirt = [
|
||||||
|
python-flirt
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Utilities for working with vivisect";
|
description = "Utilities for working with vivisect";
|
||||||
homepage = "https://github.com/williballenthin/viv-utils";
|
homepage = "https://github.com/williballenthin/viv-utils";
|
||||||
|
|
Loading…
Reference in a new issue