From 02bcc27795750644ec54696e3369118012060607 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 26 Sep 2023 22:53:40 +0800 Subject: [PATCH] shells/gnu: update inputs --- shells/gnu.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + ]; }