7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "franc-pentest";
15 rev = "refs/tags/${version}";
16 hash = "sha256-URoQb9B/g5YabqC/Ri2kY2S510wxgo86a0WlilAtoME=";
23 build-system = with python3.pkgs; [ pdm-backend ];
25 nativeBuildInputs = with python3.pkgs; [ cython ];
27 dependencies = with python3.pkgs; [
41 # Project has no tests
44 pythonImportsCheck = [ "ldeep" ];
47 description = "In-depth LDAP enumeration utility";
48 homepage = "https://github.com/franc-pentest/ldeep";
49 changelog = "https://github.com/franc-pentest/ldeep/releases/tag/${version}";
50 license = licenses.mit;
51 maintainers = with maintainers; [ fab ];
52 mainProgram = "ldeep";