unhide: order attributes by phases order

This commit is contained in:
❄️ 2024-07-16 09:19:41 -03:00 committed by GitHub
parent fd13b0bb26
commit 2db866dfa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,10 @@ stdenv.mkDerivation rec {
cp ${makefile} Makefile
'';
dontConfigure = true;
makeFlags = [ "PREFIX=${placeholder "out"}" ];
strictDeps = true;
nativeBuildInputs = [
@ -48,10 +52,6 @@ stdenv.mkDerivation rec {
psmisc
];
dontConfigure = true;
makeFlags = [ "PREFIX=${placeholder "out"}" ];
meta = {
description = "Forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs";
homepage = "https://github.com/YJesus/Unhide";