about summary refs log tree commit diff
path: root/pkgs/shells/dash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/dash/default.nix')
-rw-r--r--pkgs/shells/dash/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/dash/default.nix b/pkgs/shells/dash/default.nix
index a1f789dc3a33..f33fd5520f86 100644
--- a/pkgs/shells/dash/default.nix
+++ b/pkgs/shells/dash/default.nix
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
     })
   ];
 
+  strictDeps = true;
   # configure.ac patched; remove on next release
   nativeBuildInputs = [ autoreconfHook ];