volatility: remove

This commit is contained in:
Aaron Jheng 2023-12-10 03:26:43 +00:00
parent 29c52e1af8
commit cade36169a
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
3 changed files with 1 additions and 27 deletions

View File

@ -1,25 +0,0 @@
{ lib, fetchFromGitHub, python2Packages }:
python2Packages.buildPythonApplication rec {
pname = "volatility";
version = "2.6.1";
src = fetchFromGitHub {
owner = "volatilityfoundation";
repo = pname;
rev = version;
sha256 = "1v92allp3cv3akk71kljcwxr27h1k067dsq7j9h8jnlwk9jxh6rf";
};
doCheck = false;
propagatedBuildInputs = with python2Packages; [ pycrypto distorm3 pillow ];
meta = with lib; {
homepage = "https://www.volatilityfoundation.org/";
description = "Advanced memory forensics framework";
maintainers = with maintainers; [ bosu ];
license = licenses.gpl2Plus;
broken = true;
};
}

View File

@ -994,6 +994,7 @@ mapAliases ({
varnish72Packages = throw "varnish 7.2 is EOL. Either use the LTS or upgrade."; # Added 2023-10-09
varnish73Packages = throw "varnish 7.3 is EOL. Either use the LTS or upgrade."; # Added 2023-10-09
inherit (libsForQt5.mauiPackages) vvave; # added 2022-05-17
volatility = throw "'volatility' has been removed, as it was broken and unmaintained"; # Added 2023-12-10
### W ###
waybar-hyprland = throw "waybar-hyprland has been removed: hyprland support is now built into waybar by default."; # Added 2023-08-21

View File

@ -14392,8 +14392,6 @@ with pkgs;
vk-messenger = callPackage ../applications/networking/instant-messengers/vk-messenger { };
volatility = callPackage ../tools/security/volatility { };
volatility3 = callPackage ../tools/security/volatility3 { };
vbetool = callPackage ../tools/system/vbetool { };