mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
shells/gnu: update inputs
This commit is contained in:
parent
5a13b05456
commit
02bcc27795
@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user