From eb3b5ef6a01343cb8a7b8ba82a80a99fdddfb69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 4 Oct 2011 21:03:33 +0000 Subject: [PATCH] configure: Set the right $PATH for Nix. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 76991cac..ed85e3bb 100644 --- a/configure.ac +++ b/configure.ac @@ -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])