Loading pkgs/tools/security/gallia/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -16,16 +16,19 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-hLGaImYkv6/1Wv1a+0tKmW4qmV4akNoyd0RXopJjetI="; }; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDeps = [ "httpx" ]; build-system = with python3.pkgs; [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "httpx" nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [ aiofiles aiohttp aiosqlite Loading Loading
pkgs/tools/security/gallia/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -16,16 +16,19 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-hLGaImYkv6/1Wv1a+0tKmW4qmV4akNoyd0RXopJjetI="; }; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDeps = [ "httpx" ]; build-system = with python3.pkgs; [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "httpx" nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [ aiofiles aiohttp aiosqlite Loading