Move run to bin so that the nix derivation builds it

This commit is contained in:
Christopher Chalmers 2020-05-31 22:27:15 +01:00
parent ffc2237abe
commit c1c53aebab
3 changed files with 3 additions and 5 deletions

View File

@ -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"

View File

@ -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;