summary refs log tree commit diff
path: root/pkgs/shells/dash
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-06 21:39:28 +0300
committerArtturin <Artturin@artturin.com>2022-05-06 22:31:38 +0300
commitea79263e608224491030a0cdf27b9f11ecff2928 (patch)
tree49fc8fb22633bb7d91f382575327ec33f2cf9f8e /pkgs/shells/dash
parent0bf838dc6eab2a9e3d21d1a7fa758467874005bb (diff)
downloadnixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.gz
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.bz2
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.lz
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.xz
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.zst
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.zip
pkgs/shells: enable strictDeps
Diffstat (limited to 'pkgs/shells/dash')
-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 a1f789dc3a3..f33fd5520f8 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 ];