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: {
|
chrony' = prev.chrony.overrideAttrs (o: {
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--chronyvardir=$(out)/var/lib/chrony"
|
"--chronyvardir=$(out)/var/lib/chrony"
|
||||||
|
"--sbindir=$(out)/bin"
|
||||||
|
"--chronyrundir=/run/chrony"
|
||||||
"--disable-readline"
|
"--disable-readline"
|
||||||
"--disable-editline"
|
"--disable-editline"
|
||||||
];
|
];
|
||||||
@ -81,6 +83,7 @@ extraPkgs
|
|||||||
gnutls = null;
|
gnutls = null;
|
||||||
libedit = null;
|
libedit = null;
|
||||||
libseccomp = null;
|
libseccomp = null;
|
||||||
|
libcap = null;
|
||||||
# should texinfo be in nativeBuildInputs instead of
|
# should texinfo be in nativeBuildInputs instead of
|
||||||
# buildInputs?
|
# buildInputs?
|
||||||
texinfo = null;
|
texinfo = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user