pass: Add procps for pgrep to PATH.

This commit is contained in:
Moritz Ulrich 2016-09-19 17:24:38 +02:00
parent c08a84186f
commit a36ecba2c9

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl
, coreutils, gnused, getopt, pwgen, git, tree, gnupg, which
, coreutils, gnused, getopt, pwgen, git, tree, gnupg, which, procps
, makeWrapper
, xclip ? null, xdotool ? null, dmenu ? null
@ -64,10 +64,11 @@ stdenv.mkDerivation rec {
wrapperPath = with stdenv.lib; makeBinPath ([
coreutils
gnused
getopt
git
gnupg
gnused
procps
pwgen
tree
which