mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
* Check for w3m.
This commit is contained in:
parent
7f384d9c1b
commit
d1d0271996
3 changed files with 10 additions and 3 deletions
|
@ -82,6 +82,7 @@ NEED_PROG(bunzip2, bunzip2)
|
|||
NEED_PROG(shell, sh)
|
||||
AC_PATH_PROG(xmllint, xmllint, false)
|
||||
AC_PATH_PROG(xsltproc, xsltproc, false)
|
||||
AC_PATH_PROG(w3m, w3m, false)
|
||||
AC_PATH_PROG(flex, flex, false)
|
||||
AC_PATH_PROG(bison, bison, false)
|
||||
NEED_PROG(perl, perl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue