Merge pull request #220219 from fabaff/ldapdomaindump-cli
python10Packages.ldapdomaindump: add toPythonApplication
This commit is contained in:
commit
d95021fe3f
1 changed files with 2 additions and 0 deletions
|
@ -9415,6 +9415,8 @@ with pkgs;
|
||||||
|
|
||||||
lcdf-typetools = callPackage ../tools/misc/lcdf-typetools { };
|
lcdf-typetools = callPackage ../tools/misc/lcdf-typetools { };
|
||||||
|
|
||||||
|
ldapdomaindump = with python3Packages; toPythonApplication ldapdomaindump;
|
||||||
|
|
||||||
ldapmonitor = callPackage ../tools/security/ldapmonitor { };
|
ldapmonitor = callPackage ../tools/security/ldapmonitor { };
|
||||||
|
|
||||||
ldapnomnom = callPackage ../tools/security/ldapnomnom { };
|
ldapnomnom = callPackage ../tools/security/ldapnomnom { };
|
||||||
|
|
Loading…
Reference in a new issue