volatility: mark as broken

its dependency `distorm3` no longer supports python 2
This commit is contained in:
figsoda 2023-05-18 10:26:48 -04:00
parent 078807a436
commit 6e5c09c8c4

View file

@ -19,6 +19,7 @@ python2Packages.buildPythonApplication rec {
homepage = "https://www.volatilityfoundation.org/";
description = "Advanced memory forensics framework";
maintainers = with maintainers; [ bosu ];
license = lib.licenses.gpl2Plus;
license = licenses.gpl2Plus;
broken = true;
};
}