python310Packages.dissect-cobaltstrike: fix darwin sandbox build

This commit is contained in:
Theodore Ni 2023-07-18 02:38:53 -07:00
parent 293a68c901
commit a516f3b98a
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -64,6 +64,8 @@ buildPythonPackage rec {
];
};
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytest-httpserver
pytestCheckHook