diff --git a/overlay.nix b/overlay.nix
index 15c6060fd..15e52f623 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; };