Unverified Commit 2db866df authored by superherointj's avatar superherointj Committed by GitHub
Browse files

unhide: order attributes by phases order

parent fd13b0bb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";