python3Packages.pwntools: Allow to use any debugger
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
This commit is contained in:
@@ -7468,7 +7468,7 @@ in {
|
||||
|
||||
packet-python = callPackage ../development/python-modules/packet-python { };
|
||||
|
||||
pwntools = callPackage ../development/python-modules/pwntools { };
|
||||
pwntools = callPackage ../development/python-modules/pwntools { debugger = pkgs.gdb; };
|
||||
|
||||
ROPGadget = callPackage ../development/python-modules/ROPGadget { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user