mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
python3Packages.viv-utils: add flirt feature
This commit is contained in:
parent
647d05a321
commit
2a12c578f4
@ -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 New Issue
Block a user