zircolite: refactor

This commit is contained in:
Fabian Affolter 2024-03-29 10:17:14 +01:00 committed by GitHub
parent 29d96cc43a
commit 40bc2bcb2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,11 @@ python3.pkgs.buildPythonApplication rec {
__darwinAllowLocalNetworking = true; __darwinAllowLocalNetworking = true;
nativeBuildInputs = [ build-system = [
makeWrapper makeWrapper
]; ];
propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [
aiohttp aiohttp
colorama colorama
elastic-transport elastic-transport