Unverified Commit eb190843 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

basedpyright: fix keytar issue on darwin (#450202)

parents f16815c7 0ac6d62e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
  lib,
  fetchFromGitHub,
  runCommand,
  stdenv,
  clang_20,
  buildNpmPackage,
  docify,
  testers,
@@ -37,7 +39,8 @@ buildNpmPackage rec {
  nativeBuildInputs = [
    docify
    pkg-config
  ];
  ]
  ++ lib.optional stdenv.isDarwin [ clang_20 ]; # clang_21 breaks keytar

  buildInputs = [ libsecret ];