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:
parent
947e645789
commit
22d13d6ec2
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue