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