configure: Set the right $PATH for Nix.

This commit is contained in:
Ludovic Courtès 2011-10-04 21:03:33 +00:00
parent ddd799df2d
commit eb3b5ef6a0

View file

@ -38,7 +38,7 @@ AC_ARG_WITH(nix, AC_HELP_STRING([--with-nix=PATH],
nix=$withval, nix=/nix-missing)
AC_SUBST(nix)
PATH="$nix:$PATH"
PATH="$nix/bin:$PATH"
export PATH
NEED_PROG([NIX_STORE_PROGRAM], [nix-store])