chore: make util-linux modifications more concise

This commit is contained in:
David 2024-05-19 14:57:03 +02:00
parent 51f092ea6e
commit 6275988bab
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

View file

@ -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;