chore: make util-linux modifications more concise
This commit is contained in:
parent
51f092ea6e
commit
6275988bab
1 changed files with 1 additions and 2 deletions
|
@ -33,12 +33,11 @@ in
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
# save ~12MB by not bundling manpages
|
# save ~12MB by not bundling manpages
|
||||||
coreutils-full = prev.coreutils;
|
coreutils-full = prev.coreutils;
|
||||||
# save ~20MB by making them minimal
|
# save ~16MB by making them minimal
|
||||||
util-linux = prev.util-linux.override {
|
util-linux = prev.util-linux.override {
|
||||||
nlsSupport = false;
|
nlsSupport = false;
|
||||||
ncursesSupport = false;
|
ncursesSupport = false;
|
||||||
systemdSupport = false;
|
systemdSupport = false;
|
||||||
translateManpages = false;
|
|
||||||
};
|
};
|
||||||
# save ~6MB by removing one bash
|
# save ~6MB by removing one bash
|
||||||
bashInteractive = prev.bash;
|
bashInteractive = prev.bash;
|
||||||
|
|
Loading…
Reference in a new issue