1
0

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:
Daniel Barlow 2025-04-14 23:09:33 +01:00
parent e1d8c5de61
commit 1977d3b8a1

View File

@ -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;