From c1ba067fad033c66fecc9cd2f229fbedcb4034b9 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 20 Jun 2023 20:09:17 +0100 Subject: [PATCH] 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 --- overlay.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index 15c6060f..15e52f62 100644 --- a/overlay.nix +++ b/overlay.nix @@ -66,9 +66,14 @@ extraPkgs // { nss = null; nspr = null; readline = null; + libedit = null; + libcap = null; libseccomp = null; - }; + # should texinfo be in nativeBuildInputs instead of + # buildInputs? + texinfo = null; + }; strace = prev.strace.override { libunwind = null; };