11 buildPythonPackage rec {
12 pname = "dissect-util";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
20 repo = "dissect.util";
22 hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw=";
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "dissect.util" ];
35 description = "Dissect module implementing various utility functions for the other Dissect modules";
36 mainProgram = "dump-nskeyedarchiver";
37 homepage = "https://github.com/fox-it/dissect.util";
38 changelog = "https://github.com/fox-it/dissect.util/releases/tag/${version}";
39 license = licenses.agpl3Only;
40 maintainers = with maintainers; [ fab ];