vscode-extensions.vadimcn.vscode-lldb: fix keytar issue on darwin
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
lib,
|
||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
|
|
||||||
|
stdenv,
|
||||||
libsecret,
|
libsecret,
|
||||||
python3,
|
python3,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
clang_20,
|
||||||
|
|
||||||
pname,
|
pname,
|
||||||
src,
|
src,
|
||||||
@@ -18,7 +21,8 @@ buildNpmPackage {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
python3
|
python3
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
]
|
||||||
|
++ lib.optionals stdenv.isDarwin [ clang_20 ]; # clang_21 breaks keytar
|
||||||
|
|
||||||
buildInputs = [ libsecret ];
|
buildInputs = [ libsecret ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user