19 buildPythonPackage rec {
24 disabled = pythonOlder "3.9";
26 src = fetchFromGitHub {
29 rev = "refs/tags/${version}";
30 hash = "sha256-Ii19VnLLq+UGH0bkyUbLzHqZpJOXffIGeP4VZ9QG7D0=";
44 optional-dependencies = {
52 ] ++ dissect-target.optional-dependencies.full;
55 nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.full;
57 pythonImportsCheck = [ "acquire" ];
60 description = "Tool to quickly gather forensic artifacts from disk images or a live system";
61 homepage = "https://github.com/fox-it/acquire";
62 changelog = "https://github.com/fox-it/acquire/releases/tag/${version}";
63 license = licenses.agpl3Only;
64 maintainers = with maintainers; [ fab ];