rofi-pass: Add missing dependencies.

This commit is contained in:
Moritz Ulrich 2015-12-10 12:05:39 +01:00
parent 710f603d2b
commit 3f8ca3c676

View File

@ -1,5 +1,5 @@
{ stdenv, fetchgit
, pass, rofi, coreutils, utillinux, xdotool, gnugrep
, pass, rofi, coreutils, utillinux, xdotool, gnugrep, pwgen, findutils
, makeWrapper }:
stdenv.mkDerivation rec {
@ -26,11 +26,13 @@ stdenv.mkDerivation rec {
wrapperPath = with stdenv.lib; makeSearchPath "bin/" [
coreutils
utillinux
rofi
pass
xdotool
findutils
gnugrep
pass
pwgen
rofi
utillinux
xdotool
];
fixupPhase = ''