{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ alsa-lib libGL xorg.libX11 xorg.libXi xorg.libXcursor ]; }