Skip to content

Commit 2aa62bf

Browse files
Gurjakajwijenbergh
authored andcommitted
nix(flake): add aiohttp to propagatedBuildInputs
1 parent e5894c8 commit 2aa62bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nix/overlays.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ let
2929
src = ./..; # use the source of the git repo
3030
}
3131
// {
32+
propagatedBuildInputs =
33+
(qtile-prev.propagatedBuildInputs or [ ]) ++ (with pkgs.python3Packages; [ aiohttp ]);
34+
3235
env = build-config.resolved-env-vars;
3336

3437
pypaBuildFlags = build-config.resolved-config-settings;

0 commit comments

Comments
 (0)