mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
chatd: fix darwin build (#345548)
This commit is contained in:
commit
ca59d0bee3
@ -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