Loading pkgs/by-name/un/unhide/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ stdenv.mkDerivation rec { cp ${makefile} Makefile ''; dontConfigure = true; makeFlags = [ "PREFIX=${placeholder "out"}" ]; strictDeps = true; nativeBuildInputs = [ Loading @@ -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 Loading
pkgs/by-name/un/unhide/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ stdenv.mkDerivation rec { cp ${makefile} Makefile ''; dontConfigure = true; makeFlags = [ "PREFIX=${placeholder "out"}" ]; strictDeps = true; nativeBuildInputs = [ Loading @@ -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