1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

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:
John Ericson 2019-01-07 16:38:57 -05:00
parent fef9f5653b
commit 2733287046
2 changed files with 0 additions and 10 deletions

View file

@ -127,7 +127,6 @@ NEED_PROG(bzip2, bzip2)
NEED_PROG(gzip, gzip)
NEED_PROG(xz, xz)
AC_PATH_PROG(dot, dot)
AC_PATH_PROG(pv, pv, pv)
AC_PATH_PROG(lsof, lsof, lsof)