about summary refs log tree commit diff
path: root/pkgs/build-support/expand-response-params
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-21 19:58:22 +0300
committerArtturin <Artturin@artturin.com>2022-05-22 16:40:26 +0300
commitf002ffed9ab96ed074aba0f20c54e813e604fc4e (patch)
tree11037553cc1d26ba05be444a873e432ac3a82282 /pkgs/build-support/expand-response-params
parent39b85d1c2a85c91d5d14235cd5aeb8a3a3fae5e1 (diff)
treewide: enable strictDeps in bootstrap packages
Diffstat (limited to 'pkgs/build-support/expand-response-params')
-rw-r--r--pkgs/build-support/expand-response-params/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/expand-response-params/default.nix b/pkgs/build-support/expand-response-params/default.nix
index 402f0071a5332..bc161d790225c 100644
--- a/pkgs/build-support/expand-response-params/default.nix
+++ b/pkgs/build-support/expand-response-params/default.nix
@@ -3,6 +3,7 @@
 stdenv.mkDerivation {
   name = "expand-response-params";
   src = ./expand-response-params.c;
+  strictDeps = true;
   # Work around "stdenv-darwin-boot-2 is not allowed to refer to path
   # /nix/store/...-expand-response-params.c"
   unpackPhase = ''