python3Packages.ropgadget: rename from ROPGadget

This commit is contained in:
Fabian Affolter 2021-07-06 10:04:43 +02:00
parent cb7d50dc6a
commit 112d6127a0
4 changed files with 4 additions and 1 deletions

View File

@ -3505,6 +3505,8 @@ with pkgs;
restream = callPackage ../applications/misc/remarkable/restream { };
ropgadget = with python3Packages; toPythonApplication ropgadget;
ryujinx = callPackage ../misc/emulators/ryujinx { };
scour = with python3Packages; toPythonApplication scour;

View File

@ -90,6 +90,7 @@ mapAliases ({
scikitlearn = scikit-learn; # added 2021-07-21
selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # added 2021-06-10
setuptools_scm = setuptools-scm; # added 2021-06-03
ROPGadget = ropgadget; # added 2021-07-06
smart_open = smart-open; # added 2021-03-14
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02

View File

@ -8262,7 +8262,7 @@ in {
rope = callPackage ../development/python-modules/rope { };
ROPGadget = callPackage ../development/python-modules/ROPGadget { };
ropgadget = callPackage ../development/python-modules/ropgadget { };
ropper = callPackage ../development/python-modules/ropper { };