mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
shells/gnu: add more tools in the shell
This commit is contained in:
parent
83e7651236
commit
9588857d5a
@ -4,7 +4,7 @@
|
|||||||
# It's a good thing they have documented the full details in one of their
|
# It's a good thing they have documented the full details in one of their
|
||||||
# manuals at
|
# manuals at
|
||||||
# https://www.gnu.org/software/automake/manual/html_node/GNU-Build-System.html
|
# https://www.gnu.org/software/automake/manual/html_node/GNU-Build-System.html
|
||||||
{ mkShell, lib, autoconf, autoconf-archive, automake, gnumake, gcc, gettext, coreutils, pkg-config }:
|
{ mkShell, lib, autoconf, autoconf-archive, automake, gnumake, gcc, gettext, coreutils, pkg-config, help2man, texinfo }:
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
@ -14,6 +14,8 @@ mkShell {
|
|||||||
coreutils
|
coreutils
|
||||||
gettext
|
gettext
|
||||||
gcc
|
gcc
|
||||||
|
help2man
|
||||||
|
texinfo
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user