feat: remove db from iproute2 as well
Some checks failed
Some checks failed
Too big already… ! Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
c5c82a5391
commit
0c6d26b4fc
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ extraPkgs // {
|
||||||
});
|
});
|
||||||
# Don't bring ebpf stuff to the table.
|
# Don't bring ebpf stuff to the table.
|
||||||
# We also remove tc so we can drop iptables as well.
|
# We also remove tc so we can drop iptables as well.
|
||||||
in i.override { elfutils = null; iptables = null; };
|
# Let's try to kill `db` as well.
|
||||||
|
in i.override { elfutils = null; iptables = null; db = null; };
|
||||||
|
|
||||||
wpa_supplicant = prev.wpa_supplicant.override {
|
wpa_supplicant = prev.wpa_supplicant.override {
|
||||||
dbusSupport = false;
|
dbusSupport = false;
|
||||||
|
|
Loading…
Reference in a new issue