Make m1-linux run again!
This commit is contained in:
parent
7684299ddc
commit
b8e1b46b5c
8 changed files with 100 additions and 57 deletions
|
@ -35,8 +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 ]
|
||||
);
|
||||
) ++ (with pkgs; [ libiconv libgcc ]);
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue