summary refs log tree commit diff
path: root/pkgs/development/libraries/hotpatch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/hotpatch/default.nix')
-rw-r--r--pkgs/development/libraries/hotpatch/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/hotpatch/default.nix b/pkgs/development/libraries/hotpatch/default.nix
index 84803159a2b..66be524a86c 100644
--- a/pkgs/development/libraries/hotpatch/default.nix
+++ b/pkgs/development/libraries/hotpatch/default.nix
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
     LD_LIBRARY_PATH=$(pwd)/src make test
   '';
 
+  patches = [ ./no-loader-test.patch ];
+
   meta = with lib; {
     description = "Hot patching executables on Linux using .so file injection";
     homepage = src.meta.homepage;