milahu / nixpkgs

Nix Packages collection
MIT License
1 stars 0 forks source link

python3.pkgs.frida-python: rename to python3.pkgs.frida #26

Open milahu opened 8 months ago

milahu commented 8 months ago

generally, the python import name should match the nixpkgs package name

the python import is

import frida

... not

import frida_python

the other frida package is frida_tools

import frida_tools

which is in the global namespace of nixpkgs: frida-tools