lol

rofi-pass: Add missing dependencies.

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