diff --git a/shells/gnu.nix b/shells/gnu.nix index 9294cdac..c2da1c2f 100644 --- a/shells/gnu.nix +++ b/shells/gnu.nix @@ -26,10 +26,15 @@ mkShell { coreutils gettext gcc + gnumake help2man texinfo pkg-config ]; - inputsFrom = [ gcc ]; + inputsFrom = [ + gcc + coreutils + gnumake + ]; }