mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* Check whether "nix-store -q --graph" generates a valid dot graph.
* Test "nix-store -q --tree" as well.
This commit is contained in:
parent
46f0cb0869
commit
ddb78dfc3d
2 changed files with 19 additions and 0 deletions
|
@ -85,6 +85,7 @@ AC_PATH_PROG(flex, flex, false)
|
|||
AC_PATH_PROG(bison, bison, false)
|
||||
NEED_PROG(perl, perl)
|
||||
NEED_PROG(tar, tar)
|
||||
AC_PATH_PROG(dot, dot)
|
||||
|
||||
NEED_PROG(cat, cat)
|
||||
AC_ARG_WITH(coreutils-bin, AC_HELP_STRING([--with-coreutils-bin=PATH],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue