{ pkgs ? import ../. {} }: with pkgs; stdenv.mkDerivation { name = "linux-shell"; buildInputs = [ bison flex bc elfutils openssl # For make {n,menu}config ncurses pkgconfig # For documentation graphviz imagemagick python3Packages.sphinx python3Packages.sphinx_rtd_theme texlive.combined.scheme-minimal ]; buildCommand = '' printf "%s\n" $buildInputs > $out ''; }