fix: do not pass graphviz as a dependency
Some checks failed
Some checks failed
On mipsel, we do not have… graphviz. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
24443628a1
commit
d02397cd65
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ extraPkgs // {
|
||||||
});
|
});
|
||||||
in h.override { openssl = null; sqlite = null; };
|
in h.override { openssl = null; sqlite = null; };
|
||||||
|
|
||||||
|
libnl = prev.libnl.override {
|
||||||
|
graphviz = null;
|
||||||
|
};
|
||||||
|
|
||||||
wpa_supplicant = prev.wpa_supplicant.override {
|
wpa_supplicant = prev.wpa_supplicant.override {
|
||||||
dbusSupport = false;
|
dbusSupport = false;
|
||||||
withPcsclite = false;
|
withPcsclite = false;
|
||||||
|
|
Loading…
Reference in a new issue