Fix nix shell (#17982)
Recently `cmake` was added as a build-time dependency to the wasm runtime. This adds that dependency to our nix shell env. Release Notes: - N/A
This commit is contained in:
parent
2e72fd210a
commit
8e30229ec9
3 changed files with 14 additions and 21 deletions
|
@ -26,6 +26,7 @@ in
|
|||
nativeBuildInputs = with pkgs; [
|
||||
clang
|
||||
curl
|
||||
cmake
|
||||
perl
|
||||
pkg-config
|
||||
protobuf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue