18 buildPythonPackage rec {
23 disabled = pythonOlder "3.9";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-Z85bHM3MtS2MLX9BaKi8VqA13QjO9KdrgqhuyBzjILQ=";
37 propagatedBuildInputs = [
43 passthru.optional-dependencies = {
51 ] ++ dissect-target.optional-dependencies.full;
56 ] ++ passthru.optional-dependencies.full;
58 pythonImportsCheck = [
63 description = "Tool to quickly gather forensic artifacts from disk images or a live system";
64 homepage = "https://github.com/fox-it/acquire";
65 changelog = "https://github.com/fox-it/acquire/releases/tag/${version}";
66 license = licenses.agpl3Only;
67 maintainers = with maintainers; [ fab ];