Skip to content

Commit e930321

Browse files
authored
Add onnxruntime to nix package (#87)
Without it, the nix build fails on trying to fetch pyke:ort-rs in a sandboxed build
1 parent 47ef07d commit e930321

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nix/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
rustPlatform,
44
pkg-config,
55
openssl,
6+
onnxruntime,
67
stdenv,
78
darwin,
89
}:
@@ -23,6 +24,7 @@ rustPlatform.buildRustPackage {
2324
buildInputs =
2425
[
2526
openssl
27+
onnxruntime
2628
]
2729
++ lib.optionals stdenv.isDarwin [
2830
darwin.apple_sdk.frameworks.Security

0 commit comments

Comments
 (0)