aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-06-13 23:11:35 +0100
committerChristopher Baines <mail@cbaines.net>2019-06-13 23:11:35 +0100
commit11144a5fe92dadfd1f60a7bd9ada2669cffc1e13 (patch)
treee80c15e45dcc3bdda210cc57c1694ea6aa8a4c34 /configure.ac
parent6f379c7937fe5311d48640fd96c02e2fab5bbcf0 (diff)
downloaddata-service-11144a5fe92dadfd1f60a7bd9ada2669cffc1e13.tar
data-service-11144a5fe92dadfd1f60a7bd9ada2669cffc1e13.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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])