6 python3.pkgs.buildPythonApplication rec {
8 version = "1.5.14-unstable-2024-02-14";
11 src = fetchFromGitHub {
14 rev = "8cd372fd5d93e8b43c2cbe2ab2cada635f00e9dd";
15 hash = "sha256-2juP2SuCfY4z2J27BlodrsP+29BjGxKDIDOW0mmwCPY=";
22 nativeBuildInputs = with python3.pkgs; [
26 propagatedBuildInputs = with python3.pkgs; [
34 # Project has no tests
37 pythonImportsCheck = [
42 description = "Tool to connect to LDAP directory to retrieve informations";
43 homepage = "https://github.com/ProcessusT/HEKATOMB";
44 license = licenses.gpl3Only;
45 maintainers = with maintainers; [ fab ];
46 mainProgram = "hekatomb";