summary refs log tree commit diff
path: root/pkgs/development/tools/react-native-debugger
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/react-native-debugger')
-rw-r--r--pkgs/development/tools/react-native-debugger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/react-native-debugger/default.nix b/pkgs/development/tools/react-native-debugger/default.nix
index f5174da13a1..06b5dd79401 100644
--- a/pkgs/development/tools/react-native-debugger/default.nix
+++ b/pkgs/development/tools/react-native-debugger/default.nix
@@ -3,7 +3,7 @@
 }:
 
 let
-  rpath = stdenv.lib.makeLibraryPath [
+  rpath = lib.makeLibraryPath [
     cairo
     stdenv.cc.cc
     gdk-pixbuf