mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
rofi-pass: Add missing dependencies.
This commit is contained in:
parent
710f603d2b
commit
3f8ca3c676
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user