rofi-pass: Add missing dependencies.
This commit is contained in:
parent
710f603d2b
commit
3f8ca3c676
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchgit
|
{ stdenv, fetchgit
|
||||||
, pass, rofi, coreutils, utillinux, xdotool, gnugrep
|
, pass, rofi, coreutils, utillinux, xdotool, gnugrep, pwgen, findutils
|
||||||
, makeWrapper }:
|
, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -26,11 +26,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
wrapperPath = with stdenv.lib; makeSearchPath "bin/" [
|
wrapperPath = with stdenv.lib; makeSearchPath "bin/" [
|
||||||
coreutils
|
coreutils
|
||||||
utillinux
|
findutils
|
||||||
rofi
|
|
||||||
pass
|
|
||||||
xdotool
|
|
||||||
gnugrep
|
gnugrep
|
||||||
|
pass
|
||||||
|
pwgen
|
||||||
|
rofi
|
||||||
|
utillinux
|
||||||
|
xdotool
|
||||||
];
|
];
|
||||||
|
|
||||||
fixupPhase = ''
|
fixupPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user