remove deps from chrony
it's trying to build Perl and all manner of stuff that for our purposes I don't think we need
This commit is contained in:
parent
435a36f267
commit
c1ba067fad
1 changed files with 6 additions and 1 deletions
|
@ -66,9 +66,14 @@ extraPkgs // {
|
||||||
nss = null;
|
nss = null;
|
||||||
nspr = null;
|
nspr = null;
|
||||||
readline = null;
|
readline = null;
|
||||||
|
libedit = null;
|
||||||
|
libcap = null;
|
||||||
libseccomp = null;
|
libseccomp = null;
|
||||||
};
|
# should texinfo be in nativeBuildInputs instead of
|
||||||
|
# buildInputs?
|
||||||
|
texinfo = null;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
strace = prev.strace.override { libunwind = null; };
|
strace = prev.strace.override { libunwind = null; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue