From 1977d3b8a18870580223e0521900164fc8216da7 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 14 Apr 2025 23:09:33 +0100 Subject: [PATCH] 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 --- overlay.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay.nix b/overlay.nix index 2eab059..914be67 100644 --- a/overlay.nix +++ b/overlay.nix @@ -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;