Move run to bin so that the nix derivation builds it
This commit is contained in:
parent
ffc2237abe
commit
c1c53aebab
@ -7,11 +7,9 @@ license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.4"
|
||||
structopt = "0.3.14"
|
||||
crossbeam = "0.7.3"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.53.2"
|
||||
heck = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
structopt = "0.3.14"
|
||||
crossbeam = "0.7.3"
|
||||
|
@ -19,7 +19,7 @@ naersk.buildPackage {
|
||||
root = filterSource ./.;
|
||||
|
||||
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
||||
buildInputs = [ onnxruntime.dev ];
|
||||
buildInputs = [ onnxruntime.dev ];
|
||||
nativeBuildInputs = [ pkg-config clang ];
|
||||
|
||||
doDoc = true;
|
||||
|
Loading…
Reference in New Issue
Block a user