8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "Fraunhofer-AISEC";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-izMTTZrp4aizq5jS51BNtq3lv9Kr+xI7scZfYKXA/oY=";
20 pythonRelaxDeps = [ "aiofiles" ];
22 build-system = with python3.pkgs; [ poetry-core ];
24 dependencies = with python3.pkgs; [
44 SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
46 nativeCheckInputs = with python3.pkgs; [
51 pythonImportsCheck = [ "gallia" ];
54 export PATH=$out/bin:$PATH
58 description = "Extendable Pentesting Framework for the Automotive Domain";
59 homepage = "https://github.com/Fraunhofer-AISEC/gallia";
60 changelog = "https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v${version}";
61 license = with licenses; [ asl20 ];
62 maintainers = with maintainers; [
66 platforms = platforms.linux;