screenfetch: add grep to PATH, closes #9088

This commit is contained in:
Pascal Wittmann 2015-08-05 14:37:37 +02:00
parent 7053602206
commit 6bacb60ca9

View file

@ -1,5 +1,5 @@
{ stdenv, fetchgit, makeWrapper
, coreutils, gawk, procps, gnused, findutils, xdpyinfo, xprop
, coreutils, gawk, procps, gnused, findutils, xdpyinfo, xprop, gnugrep
}:
stdenv.mkDerivation {
@ -28,6 +28,7 @@ stdenv.mkDerivation {
--prefix PATH : "${findutils}/bin" \
--prefix PATH : "${xdpyinfo}/bin" \
--prefix PATH : "${xprop}/bin" \
--prefix PATH : "${gnugrep}/bin"
'';
meta = {