{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.meson pkgs.ninja pkgs.pkg-config ]; buildInputs = [ ]; }