lol

rofi-pass: Add missing dependencies.

+6 -4
+6 -4
pkgs/tools/security/pass/rofi-pass.nix
··· 1 1 { stdenv, fetchgit 2 - , pass, rofi, coreutils, utillinux, xdotool, gnugrep 2 + , pass, rofi, coreutils, utillinux, xdotool, gnugrep, pwgen, findutils 3 3 , makeWrapper }: 4 4 5 5 stdenv.mkDerivation rec { ··· 26 26 27 27 wrapperPath = with stdenv.lib; makeSearchPath "bin/" [ 28 28 coreutils 29 - utillinux 30 - rofi 29 + findutils 30 + gnugrep 31 31 pass 32 + pwgen 33 + rofi 34 + utillinux 32 35 xdotool 33 - gnugrep 34 36 ]; 35 37 36 38 fixupPhase = ''