Move some packages around on Mac

This commit is contained in:
Natsu Kagami 2023-03-14 09:52:31 +01:00
parent 8a531625d2
commit e2c2928585
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 41 additions and 36 deletions

View file

@ -35,7 +35,7 @@ let
src = pkgs.sources.kak-lsp;
buildInputs = (with pkgs;
lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration CoreServices ])
) ++ (with pkgs; [ libiconv libgcc ]);
) ++ (with pkgs; [ libiconv ]);
};
in