summary refs log tree commit diff
path: root/pkgs/tools/security/pass/rofi-pass.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/pass/rofi-pass.nix')
-rw-r--r--pkgs/tools/security/pass/rofi-pass.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pass/rofi-pass.nix b/pkgs/tools/security/pass/rofi-pass.nix
index 94dca5dca68..45cd0f0e20b 100644
--- a/pkgs/tools/security/pass/rofi-pass.nix
+++ b/pkgs/tools/security/pass/rofi-pass.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     cp -a $src/config.example $out/share/doc/rofi-pass/config.example
   '';
 
-  wrapperPath = with stdenv.lib; makeSearchPath "bin/" [
+  wrapperPath = with stdenv.lib; makeBinPath [
     coreutils
     findutils
     gnugrep