{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.gnumake pkgs.pkg-config pkgs.xorg.libX11 ]; }