Merge pull request #105869 from beardhatcode/master

pass: add find and grep as dependencies
This commit is contained in:
Maximilian Bosch 2020-12-04 14:52:12 +01:00 committed by GitHub
commit 80a25eaa4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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