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.
This commit is contained in:
parent
6f379c7937
commit
11144a5fe9
3 changed files with 25 additions and 11 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue