From 11144a5fe92dadfd1f60a7bd9ada2669cffc1e13 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 13 Jun 2019 23:11:35 +0100 Subject: Catch the guix available when built And use it for the hosting the inferiors, rather than computing the guix package at runtime. This simplifies the behaviour when the Guix Data Service is deployed as a Guix package. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7952277..a50d90b 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,8 @@ guilemoduledir="${datarootdir}/guile/site/${GUILE_EFFECTIVE_VERSION}" AC_SUBST([guilemoduledir]) AC_SUBST([GUILE_EFFECTIVE_VERSION]) +AC_PATH_PROG([guix], [guix]) + AC_PATH_PROG([sqitch], [sqitch]) AC_PATH_PROG([psql], [psql]) -- cgit v1.2.3