12 buildPythonPackage rec {
13 pname = "dissect-volume";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
21 repo = "dissect.volume";
22 rev = "refs/tags/${version}";
23 hash = "sha256-Bhi3p0joTNx1y/yBhehhG06WmM7gUJhIJbmqZY4DzLQ=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 # gzip.BadGzipFile: Not a gzipped file
55 description = "Dissect module implementing various utility functions for the other Dissect modules";
56 homepage = "https://github.com/fox-it/dissect.volume";
57 changelog = "https://github.com/fox-it/dissect.volume/releases/tag/${version}";
58 license = licenses.agpl3Only;
59 maintainers = with maintainers; [ fab ];