Merge pull request #105869 from beardhatcode/master
pass: add find and grep as dependencies
This commit is contained in:
commit
80a25eaa4a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib, pkgs, fetchurl, buildEnv
|
{ stdenv, lib, pkgs, fetchurl, buildEnv
|
||||||
, coreutils, gnused, getopt, git, tree, gnupg, openssl, which, procps
|
, coreutils, findutils, gnugrep, gnused, getopt, git, tree, gnupg, openssl
|
||||||
, qrencode , makeWrapper, pass, symlinkJoin
|
, which, procps , qrencode , makeWrapper, pass, symlinkJoin
|
||||||
|
|
||||||
, xclip ? null, xdotool ? null, dmenu ? null
|
, xclip ? null, xdotool ? null, dmenu ? null
|
||||||
, x11Support ? !stdenv.isDarwin , dmenuSupport ? x11Support
|
, x11Support ? !stdenv.isDarwin , dmenuSupport ? x11Support
|
||||||
@ -80,8 +80,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
wrapperPath = with stdenv.lib; makeBinPath ([
|
wrapperPath = with stdenv.lib; makeBinPath ([
|
||||||
coreutils
|
coreutils
|
||||||
|
findutils
|
||||||
getopt
|
getopt
|
||||||
git
|
git
|
||||||
|
gnugrep
|
||||||
gnupg
|
gnupg
|
||||||
gnused
|
gnused
|
||||||
tree
|
tree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user