forked from lix-project/lix
Don't look for a "pv" program, or mention it in the manual source
The manual reference was commented out, and the sole reference to this program other than the configure script. Removed both.
This commit is contained in:
parent
fef9f5653b
commit
2733287046
|
@ -127,7 +127,6 @@ NEED_PROG(bzip2, bzip2)
|
||||||
NEED_PROG(gzip, gzip)
|
NEED_PROG(gzip, gzip)
|
||||||
NEED_PROG(xz, xz)
|
NEED_PROG(xz, xz)
|
||||||
AC_PATH_PROG(dot, dot)
|
AC_PATH_PROG(dot, dot)
|
||||||
AC_PATH_PROG(pv, pv, pv)
|
|
||||||
AC_PATH_PROG(lsof, lsof, lsof)
|
AC_PATH_PROG(lsof, lsof, lsof)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -95,15 +95,6 @@ those paths. If this bothers you, use
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<!--
|
|
||||||
<varlistentry><term><option>- -show-progress</option></term>
|
|
||||||
|
|
||||||
<listitem><para>Show the progress of each path's transfer as it's made.
|
|
||||||
This requires the <command>pv</command> utility to be in <envar>PATH</envar>.</para></listitem>
|
|
||||||
|
|
||||||
</varlistentry>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<varlistentry><term><option>--include-outputs</option></term>
|
<varlistentry><term><option>--include-outputs</option></term>
|
||||||
|
|
||||||
<listitem><para>Also copy the outputs of store derivations
|
<listitem><para>Also copy the outputs of store derivations
|
||||||
|
|
Loading…
Reference in a new issue