mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
ldeep: refactor
This commit is contained in:
parent
d50918bc1c
commit
a50a01003f
@ -19,13 +19,13 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"cryptography"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
build-system = with python3.pkgs; [
|
||||
cython
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
dependencies = with python3.pkgs; [
|
||||
commandparse
|
||||
cryptography
|
||||
dnspython
|
||||
@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
tqdm
|
||||
];
|
||||
|
||||
# no tests are present
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
@ -48,10 +48,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "In-depth LDAP enumeration utility";
|
||||
mainProgram = "ldeep";
|
||||
homepage = "https://github.com/franc-pentest/ldeep";
|
||||
changelog = "https://github.com/franc-pentest/ldeep/releases/tag/${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "ldeep";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user