with import {}; stdenv.mkDerivation { name = "c-shell"; buildInputs = [ gcc gnumake gdb ]; }