Loading pkgs/development/python-modules/pwntools/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,8 @@ buildPythonPackage rec { makeWrapper "${debugger}/bin/${debuggerName}" "$out/bin/pwntools-gdb" ''; pythonImportsCheck = [ "pwn" ]; meta = with lib; { description = "CTF framework and exploit development library"; homepage = "https://pwntools.com"; Loading Loading
pkgs/development/python-modules/pwntools/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,8 @@ buildPythonPackage rec { makeWrapper "${debugger}/bin/${debuggerName}" "$out/bin/pwntools-gdb" ''; pythonImportsCheck = [ "pwn" ]; meta = with lib; { description = "CTF framework and exploit development library"; homepage = "https://pwntools.com"; Loading