File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "publisher" : " sysdig" ,
44 "displayName" : " Sysdig Scanner" ,
55 "description" : " Sysdig Scanner for Visual Studio Code" ,
6- "version" : " 0.2.13 " ,
6+ "version" : " 0.2.14 " ,
77 "icon" : " img/logo.png" ,
88 "repository" : " https://github.com/sysdiglabs/vscode-extension" ,
99 "engines" : {
Original file line number Diff line number Diff line change 11{
2- apple-sdk ,
32 buildNpmPackage ,
3+ clang_20 ,
44 lib ,
55 libsecret ,
66 pkg-config ,
@@ -19,8 +19,12 @@ buildNpmPackage {
1919 nativeBuildInputs = [
2020 pkg-config
2121 vsce
22+ ]
23+ ++ lib . optionals stdenv . isDarwin [ clang_20 ] ; # clang_21 breaks @vscode/vsce's optional dependency keytar
24+
25+ buildInputs = [
26+ libsecret
2227 ] ;
23- buildInputs = [ libsecret ] ++ lib . optionals stdenv . isDarwin [ apple-sdk ] ;
2428
2529 dontNpmBuild = true ;
2630 dontNpmInstall = true ;
You can’t perform that action at this time.
0 commit comments