volatility3: clean-up

This commit is contained in:
Fabian Affolter 2022-03-18 10:37:43 +01:00 committed by GitHub
parent a39c5ce96a
commit 8a8cc1ad72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,11 @@ python3.pkgs.buildPythonApplication rec {
pname = "volatility3";
version = "2.0.1";
disabled = python3.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "volatilityfoundation";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rEqp+V5r4Sk4D+r2ukR1uy4IDj9XQGhYwoYSPeMyKpA=";
hash = "sha256-rEqp+V5r4Sk4D+r2ukR1uy4IDj9XQGhYwoYSPeMyKpA=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -31,7 +29,9 @@ python3.pkgs.buildPythonApplication rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "volatility3" ];
pythonImportsCheck = [
"volatility3"
];
meta = with lib; {
description = "Volatile memory extraction frameworks";