summary refs log tree commit diff
path: root/pkgs/applications/misc/fff/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/fff/default.nix')
-rw-r--r--pkgs/applications/misc/fff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/fff/default.nix b/pkgs/applications/misc/fff/default.nix
index 5b007ccb37f..2b21c984f34 100644
--- a/pkgs/applications/misc/fff/default.nix
+++ b/pkgs/applications/misc/fff/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "14ymdw6l6phnil0xf1frd5kgznaiwppcic0v4hb61s1zpf4wrshg";
   };
 
-  pathAdd = stdenv.lib.makeSearchPath "bin" ([ xdg_utils file coreutils w3m xdotool ]);
+  pathAdd = lib.makeSearchPath "bin" ([ xdg_utils file coreutils w3m xdotool ]);
 
   nativeBuildInputs = [ makeWrapper ];
   buildInputs = [ bashInteractive ];