{ pkgs ? import ../. {} }: with pkgs; mkShell { buildInputs = [ bison flex bc libelf openssl # For make {n,menu}config ncurses pkgconfig # For documentation graphviz imagemagick python3Packages.sphinx python3Packages.sphinx_rtd_theme texlive.combined.scheme-minimal ]; }