feat(mtd-utils): save more space

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-08-31 20:28:23 +02:00 committed by Ryan Lahfa
parent 3d528a71e9
commit eaa8c089a8

View file

@ -204,6 +204,11 @@ extraPkgs // {
patches = (if o ? patches then o.patches else []) ++ [
./pkgs/mtdutils/0001-mkfs.jffs2-add-graft-option.patch
];
postInstall = ''
# Testing programs which we don't need. We save a lot of space!
rm -rf $out/libexec
'';
});
nftables = prev.nftables.overrideAttrs(o: {