6 python3.pkgs.buildPythonPackage rec {
8 version = "unstable-2023-02-03";
11 src = fetchFromGitHub {
14 rev = "a5219946aa445c0a3b4a406baea67b33f78bca7c";
15 hash = "sha256-97cbkGyIkq2Pk1hydMcViXWoh+Ipi3m0YvEYiaV4zcM=";
19 # Ignore pinned versions
20 sed -i -e "s/==[0-9.]*//" setup.py
23 propagatedBuildInputs = with python3.pkgs; [
32 # Project has no tests
35 pythonImportsCheck = [
40 description = "ACL abuse swiss-knife";
41 mainProgram = "acltoolkit";
42 homepage = "https://github.com/zblurx/acltoolkit";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];