shells/gnu: update inputs

This commit is contained in:
Gabriel Arazas 2023-09-26 22:53:40 +08:00
parent 5a13b05456
commit 02bcc27795
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -26,10 +26,15 @@ mkShell {
coreutils coreutils
gettext gettext
gcc gcc
gnumake
help2man help2man
texinfo texinfo
pkg-config pkg-config
]; ];
inputsFrom = [ gcc ]; inputsFrom = [
gcc
coreutils
gnumake
];
} }