@@ -90,6 +90,7 @@ in
|
||||
nspr,
|
||||
nss_esr,
|
||||
nss_latest,
|
||||
onnxruntime,
|
||||
pango,
|
||||
xorg,
|
||||
zip,
|
||||
@@ -510,6 +511,9 @@ buildStdenv.mkDerivation {
|
||||
(enableFeature pulseaudioSupport "pulseaudio")
|
||||
(enableFeature sndioSupport "sndio")
|
||||
]
|
||||
++ lib.optionals (!buildStdenv.hostPlatform.isDarwin && lib.versionAtLeast version "141") [
|
||||
"--with-onnx-runtime=${lib.getLib onnxruntime}/lib"
|
||||
]
|
||||
++ [
|
||||
(enableFeature crashreporterSupport "crashreporter")
|
||||
(enableFeature ffmpegSupport "ffmpeg")
|
||||
|
||||
Reference in New Issue
Block a user