{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ pkg-config rustc cargo clang ffmpeg_6-full wayland wayland-protocols libdrm mesa libva ]; LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib"; }