pass: Add `procps` for `pgrep` to PATH.
This commit is contained in:
parent
c08a84186f
commit
a36ecba2c9
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, coreutils, gnused, getopt, pwgen, git, tree, gnupg, which
|
, coreutils, gnused, getopt, pwgen, git, tree, gnupg, which, procps
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
|
||||||
, xclip ? null, xdotool ? null, dmenu ? null
|
, xclip ? null, xdotool ? null, dmenu ? null
|
||||||
|
@ -64,10 +64,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
wrapperPath = with stdenv.lib; makeBinPath ([
|
wrapperPath = with stdenv.lib; makeBinPath ([
|
||||||
coreutils
|
coreutils
|
||||||
gnused
|
|
||||||
getopt
|
getopt
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
|
gnused
|
||||||
|
procps
|
||||||
pwgen
|
pwgen
|
||||||
tree
|
tree
|
||||||
which
|
which
|
||||||
|
|
Loading…
Reference in New Issue