forked from mirrors/nixpkgs
credslayer: add missing input for tests
This commit is contained in:
parent
449bb45c17
commit
f9989bda91
|
@ -21,8 +21,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
nativeCheckInputs = with python3.pkgs; [
|
||||
wireshark-cli
|
||||
py
|
||||
pytestCheckHook
|
||||
wireshark-cli
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
|
|
Loading…
Reference in a new issue