forked from mirrors/nixpkgs
volatility: mark as broken
its dependency `distorm3` no longer supports python 2
This commit is contained in:
parent
078807a436
commit
6e5c09c8c4
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue