{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ gnumake xorg.libX11.dev xorg.libXft xorg.libXinerama ]; }