summary refs log tree commit diff
path: root/pkgs/test/stdenv/hooks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/stdenv/hooks.nix')
-rw-r--r--pkgs/test/stdenv/hooks.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/test/stdenv/hooks.nix b/pkgs/test/stdenv/hooks.nix
index d7c409e621562..ba5da511c6fef 100644
--- a/pkgs/test/stdenv/hooks.nix
+++ b/pkgs/test/stdenv/hooks.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs }:
+{ stdenv, pkgs, lib }:
 
 # ordering should match defaultNativeBuildInputs
 
@@ -91,7 +91,7 @@
     '';
   };
   # TODO: add multiple-outputs
-  # TODO: move patch-shebangs test from pkgs/test/patch-shebangs/default.nix to here
+  patch-shebangs = import ./patch-shebangs.nix { inherit stdenv lib pkgs; };
   prune-libtool-files =
     let
       libFoo = pkgs.writeText "libFoo" ''