summary refs log tree commit diff
path: root/pkgs/shells/rc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/rc/default.nix')
-rw-r--r--pkgs/shells/rc/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/shells/rc/default.nix b/pkgs/shells/rc/default.nix
index 804919665ec..5783607751a 100644
--- a/pkgs/shells/rc/default.nix
+++ b/pkgs/shells/rc/default.nix
@@ -13,10 +13,11 @@ stdenv.mkDerivation rec {
     sha256 = "0744ars6y9zzsjr9xazms91qy6bi7msg2gg87526waziahfh4s4z";
   };
 
-  nativeBuildInputs = [ autoreconfHook ];
+  strictDeps = true;
+  nativeBuildInputs = [ autoreconfHook byacc ];
 
   # acinclude.m4 wants headers for tgetent().
-  buildInputs = [ byacc ncurses ]
+  buildInputs = [ ncurses ]
     ++ lib.optionals readlineSupport [ readline ];
 
   configureFlags = [