diff --git a/nix/build.nix b/nix/build.nix index cd000e9e9189699f26f6c2988bf39b5d2cd6d7c3..4782c9a56fda2139215e8edaee098cbec992aac4 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -28,6 +28,7 @@ stdenvAdapters, nix-gitignore, withGLES ? false, + cmake, }: let includeFilter = path: type: let baseName = baseNameOf (toString path); @@ -58,6 +59,7 @@ pkg-config protobuf rustPlatform.bindgenHook + cmake ]; buildInputs = [