Skip to content

Commit

Permalink
Fix nix shell deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Apr 22, 2020
1 parent c703e0b commit dbd71c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with llvmPackages_latest;
stdenv.mkDerivation {
name = "substrate-nix-shell";
propagatedBuildInputs = [ release.substrate-ros-msgs release.robonomics-msgs ];
buildInputs = [ release.rust wasm-bindgen-cli ];
buildInputs = [ release.rust wasm-bindgen-cli libudev pkgconfig ];
LIBCLANG_PATH = "${libclang}/lib";
PROTOC = "${protobuf}/bin/protoc";
}

0 comments on commit dbd71c6

Please sign in to comment.