about summary refs log tree commit diff
path: root/pkgs/tools/system/osquery/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/osquery/default.nix')
-rw-r--r--pkgs/tools/system/osquery/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/system/osquery/default.nix b/pkgs/tools/system/osquery/default.nix
index 4c9d5b54cb0f4..8413c2e9f33ad 100644
--- a/pkgs/tools/system/osquery/default.nix
+++ b/pkgs/tools/system/osquery/default.nix
@@ -6,6 +6,7 @@
 , git
 , perl
 , python3
+, stdenv
 , stdenvNoCC
 , ninja
 , autoPatchelfHook
@@ -13,6 +14,7 @@
 , jq
 , removeReferencesTo
 , nixosTests
+, file
 }:
 
 let
@@ -50,7 +52,7 @@ let
     sha256 = opensslSha256;
   };
 
-  toolchain = import ./toolchain-bin.nix { inherit autoPatchelfHook stdenvNoCC lib fetchzip; };
+  toolchain = import ./toolchain-bin.nix { inherit stdenv lib fetchzip file; };
 
 in