1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Check for patch (NIX-59).

This commit is contained in:
Eelco Dolstra 2006-09-20 15:28:47 +00:00
parent 947e645789
commit 22d13d6ec2
2 changed files with 3 additions and 2 deletions

View file

@ -107,6 +107,7 @@ fi
NEED_PROG(curl, curl)
NEED_PROG(shell, sh)
NEED_PROG(patch, patch)
AC_PATH_PROG(xmllint, xmllint, false)
AC_PATH_PROG(xsltproc, xsltproc, false)
AC_PATH_PROG(jing, jing, false) # needed because xmllint --relaxng seems broken