fix chrony in 25.05
I'm currently too stupid to work out why it drags in go whenever I enabale libpcap, because pkgs.libpcap works just fine without it
This commit is contained in:
parent
e1d8c5de61
commit
1977d3b8a1
@ -72,6 +72,8 @@ extraPkgs
|
||||
chrony' = prev.chrony.overrideAttrs (o: {
|
||||
configureFlags = [
|
||||
"--chronyvardir=$(out)/var/lib/chrony"
|
||||
"--sbindir=$(out)/bin"
|
||||
"--chronyrundir=/run/chrony"
|
||||
"--disable-readline"
|
||||
"--disable-editline"
|
||||
];
|
||||
@ -81,6 +83,7 @@ extraPkgs
|
||||
gnutls = null;
|
||||
libedit = null;
|
||||
libseccomp = null;
|
||||
libcap = null;
|
||||
# should texinfo be in nativeBuildInputs instead of
|
||||
# buildInputs?
|
||||
texinfo = null;
|
||||
|
Loading…
Reference in New Issue
Block a user