Merge pull request #308479 from BatteredBunny/continue-darwin

vscode-extensions.continue.continue: fix darwin build
This commit is contained in:
superherointj 2024-05-02 11:41:55 -03:00 committed by GitHub
commit 7ce5259312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -970,7 +970,7 @@ let
version = "0.8.25"; version = "0.8.25";
} }
// sources.${stdenv.system}; // sources.${stdenv.system};
nativeBuildInputs = [ autoPatchelfHook ]; nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ];
buildInputs = [ stdenv.cc.cc.lib ]; buildInputs = [ stdenv.cc.cc.lib ];
meta = { meta = {
description = "Open-source autopilot for software development - bring the power of ChatGPT to your IDE"; description = "Open-source autopilot for software development - bring the power of ChatGPT to your IDE";