mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pass: Add procps
for pgrep
to PATH.
This commit is contained in:
parent
c08a84186f
commit
a36ecba2c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user