Merge pull request #308479 from BatteredBunny/continue-darwin
vscode-extensions.continue.continue: fix darwin build
This commit is contained in:
commit
7ce5259312
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,7 @@ let
|
|||
version = "0.8.25";
|
||||
}
|
||||
// sources.${stdenv.system};
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ];
|
||||
buildInputs = [ stdenv.cc.cc.lib ];
|
||||
meta = {
|
||||
description = "Open-source autopilot for software development - bring the power of ChatGPT to your IDE";
|
||||
|
|
Loading…
Reference in a new issue