unhide: order attributes by phases order
This commit is contained in:
parent
fd13b0bb26
commit
2db866dfa5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user