chatd: fix darwin build
This commit is contained in:
parent
4e0c36e4dd
commit
6217cafa30
@ -33,9 +33,8 @@ buildNpmPackage rec {
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
electron
|
||||
autoPatchelfHook # for onnx libs
|
||||
pkg-config
|
||||
];
|
||||
] ++ lib.optional stdenv.isLinux autoPatchelfHook; # for onnx libs
|
||||
|
||||
buildInputs = [
|
||||
stdenv.cc.cc.lib # for libstdc++.so, required by onnxruntime
|
||||
|
Loading…
Reference in New Issue
Block a user